issues
search
junxnone
/
xwiki
https://junxnone.github.io/xwiki/
0
stars
0
forks
source link
Hardware SIMD AVX CodeCompile
#150
Open
junxnone
opened
2 years ago
junxnone
commented
2 years ago
Reference
Accelerating Compute-Intensive Workloads with Intel® AVX-512
[
windows code
]
C++ 文件编译
gcc compile the code
g++ example.cpp -std=c++17 -mavx512f -mavx2 -mfma -O
Reference
C++ 文件编译