You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asm implementations in openssl are becoming naive and pointless. They even harm optimizations since the CPU and compilers evolve day by day plus we keep reporting bugs to GCC and llvm. They are wasting their time and causing unmaintainable hell.
on x86_64, intel is going to introduce APX, resulting simd slowing down the program.
on aarch64, there is no point for simd.
on wasm, neither.
The text was updated successfully, but these errors were encountered: