Skip to content

Commit 4f04569

Browse files
committed
[HLSL] Reorganize aliased intrinsics into their own file
- fixes #129616 - fixes #129003 by adding enable_if_t vector ranges. - alphabetize the or intrinsic
1 parent cb4f24b commit 4f04569

File tree

5 files changed

+2834
-2816
lines changed

5 files changed

+2834
-2816
lines changed

clang/lib/Headers/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ set(hlsl_h
8686
)
8787
set(hlsl_subdir_files
8888
hlsl/hlsl_basic_types.h
89+
hlsl/hlsl_alias_intrinsics.h
8990
hlsl/hlsl_intrinsics.h
9091
hlsl/hlsl_detail.h
9192
)

0 commit comments

Comments
 (0)