Skip to content

Commit 2459ed6

Browse files
committed
[PowerPC] Add nmmintrin.h to copy list
nmmintrin.h was missing in the list of copied ppc_wrappers. No tests needed since it only includes smmintrin.h.
1 parent eabc7ad commit 2459ed6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Headers/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ set(ppc_wrapper_files
285285
ppc_wrappers/pmmintrin.h
286286
ppc_wrappers/tmmintrin.h
287287
ppc_wrappers/smmintrin.h
288+
ppc_wrappers/nmmintrin.h
288289
ppc_wrappers/bmiintrin.h
289290
ppc_wrappers/bmi2intrin.h
290291
ppc_wrappers/immintrin.h

0 commit comments

Comments
 (0)