Skip to content

Commit 5c63eec

Browse files
committed
Removed message about potential MMX issue
1 parent bd4c6d3 commit 5c63eec

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,6 @@ benchmark](https://github.com/google/benchmark) frameworks respectively. You
8080
can 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-
9383
## Example usage
9484

9585
#### Sort an array of floats

0 commit comments

Comments
 (0)