DCIT / perl-CryptX

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

AESNI troubles on Mac #94

Closed karel-m closed 1 year ago

karel-m commented 1 year ago

https://github.com/DCIT/perl-CryptX/actions/runs/6370812692/job/17292216547

@sjaeckel any idea about this ^^^ failure (I am not a Mac users/developer)

Or any general recommendation how should I deal with libtomcrypt's AESNI support in my perl module (I left the library in default configuration and I am not sure whether it means AESNI detection during the build or in the runtime).

karel-m commented 1 year ago

Fixed by adding compiler options -msse4.1 -maes

See https://github.com/DCIT/perl-CryptX/actions/runs/6371447730/job/17293407982