forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Don't use
sycl::vec::vector_t
in built-in functions
* `vector_t` is expected to be removed in KhronosGroup/SYCL-Docs#676 * we aren't required to use it here * `operator vector_t`/`vec(vector_t)` are implemented as a simple `bit_cast` anyway, can use it explicitly as well.
- Loading branch information
1 parent
62ce674
commit 450820c
Showing
3 changed files
with
9 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters