File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,16 @@ benchmark](https://github.com/google/benchmark) frameworks respectively. You
8080can configure meson to build them both by using ` -Dbuild_tests=true ` and
8181` -Dbuild_benchmarks=true ` .
8282
83+ ### Note about building with avx512 by g++ v9 and v10
84+
85+ There is a risk when compile with avx512 by g++ v9 and v10,
86+ as some ` MMX Technology ` instructions is used by g++ v9/v10
87+ without clearing fpu state.
88+ Check [ issue 154] ( https://github.com/intel/x86-simd-sort/issues/154 )
89+ for more details.
90+
91+ Adding ` g++ ` option ` -mno-mmx ` , which disables ` MMX Technology ` instructions, is a possible workaround.
92+
8393## Example usage
8494
8595#### Sort an array of floats
You can’t perform that action at this time.
0 commit comments