Skip to content

Commit

Permalink
Add missing simd headers in cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Sep 27, 2024
1 parent cec70cd commit d202127
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cpp/build-support/cpplint.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,11 @@
# Hardware specific headers
'arm_neon.h',
'emmintrin.h',
'xmmintin.h',
'immintrin.h',
'intrin.h',
'nmmintrin.h',
'x86intrin.h',
'xmmintrin.h',
])

# Folders of C libraries so commonly used in C++,
Expand Down

0 comments on commit d202127

Please sign in to comment.