intel / isa-l_crypto

Other
267 stars 80 forks source link

Use embedded broadcast to replicate constants for AVX512. #147

Closed Shark64 closed 3 months ago

Shark64 commented 3 months ago

Here is the minimal pull request. The only thing I've sneaked in this is switching `cmp reg, 0' to 'test reg, reg': while it's less important than years ago when only test/jcc was macrofused, it's still a byte shorter and looked ugly ;). Shouldn't create any problem, i think :D .

pablodelara commented 3 months ago

Code is now merged, thanks for the work @Shark64!