repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[libc][NFC] Move aligned access implementations to separate header
[llvm-project.git]
/
libc
/
cmake
/
modules
/
cpu_features
/
check_AVX512BW.cpp
blob
4816db59e1bee42b1ecb9f151941b8acda79dab5
1
#include
"src/__support/macros/properties/cpu_features.h"
2
3
#ifndef LIBC_TARGET_CPU_HAS_AVX512BW
4
#error unsupported
5
#endif