Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Todo: deprecate SIMD implementation of sha512 #740

Open
trcrsired opened this issue Jun 14, 2024 · 1 comment
Open

Todo: deprecate SIMD implementation of sha512 #740

trcrsired opened this issue Jun 14, 2024 · 1 comment

Comments

@trcrsired
Copy link
Member

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.

@trcrsired
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant