Closed tbvdm closed 2 months ago
These flags are no longer necessary and cause problems on CPUs without SSE4.1 or AES-NI.
Also update a comment.
I hope the gcc version in the updated comment is correct. I based it on https://gcc.gnu.org/gcc-4.9/changes.html:
It is now possible to call x86 intrinsics from select functions in a file that are tagged with the corresponding target attribute without having to compile the entire file with the -mxxx option.
These flags are no longer necessary and cause problems on CPUs without SSE4.1 or AES-NI.
Also update a comment.
I hope the gcc version in the updated comment is correct. I based it on https://gcc.gnu.org/gcc-4.9/changes.html: