Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Refactor
vector_arith*
(intel#16349)
This PR separates the "base" case functional implementation from templates/overloads/constraints. The latter doesn't match even the current SYCL spec and that is not taking into account proposed vec/swizzle changes. Making this change would allow to share more code between non-preview/preview implementation paths when implementing proposed SYCL vec/swizzle changes.
- Loading branch information