The asserts are not included for bringing issue on cross-compiling.
Details
- Reviewers
jsji nemanjai shchenz - Group Reviewers
Restricted Project - Commits
- rG406bde9a1513: [PowerPC] [Clang] Add SSE4 and BMI intrinsics implementation
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/lib/Headers/CMakeLists.txt | ||
|---|---|---|
| 170 ↗ | (On Diff #417887) | It doesn't contain <nmmintrin.h>, forgot? |
Thanks, fixed by rG2459ed67805c. nmmintrin.h just includes smmintrin.h so it's not critical.
clang-format: please reformat the code
-extern __inline __m128d __attribute__((__gnu_inline__, __always_inline__, __artificial__)) -_mm_cmpord_pd (__m128d __A, __m128d __B) -{ +extern __inline __m128d + __attribute__((__gnu_inline__, __always_inline__, __artificial__)) + _mm_cmpord_pd(__m128d __A, __m128d __B) {