Re: [cryptopp-users] Re: AES ARM slow on M1

2023-04-26 Thread Uri Blumenthal
If you have the code with inline assembly for MacOS M1, I can test it. > On Apr 25, 2023, at 22:39, Jeffrey Walton wrote: > >  > > On Friday, March 31, 2023 at 1:44:41 AM UTC-4 Sam Van Gucht wrote: > Hi everyone, > > We noticed AES GCM in significant slower on M1 compare to an Intel Mac.

[cryptopp-users] Re: AES ARM slow on M1

2023-04-25 Thread Jeffrey Walton
On Friday, March 31, 2023 at 1:44:41 AM UTC-4 Sam Van Gucht wrote: Hi everyone, We noticed AES GCM in significant slower on M1 compare to an Intel Mac. Encrypting a 100mb files takes ~130ms on Intel Mac & while on M1 it takes ~510ms. Are the ARMv8 Cryptographic instructions not supported