DCIT / perl-CryptX

https://metacpan.org/pod/CryptX
Other
34 stars 23 forks source link

Drop -msse4.1 -maes for libtomcrypt #107

Closed tbvdm closed 2 months ago

tbvdm commented 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.