mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
abdc839367e3f9a27e864907b2bf6b6a9d232b89
Some old gcc versions define vbroadcasti128 as _mm_broadcastsi128_si256() not _mm256_broadcastsi128_si256(). Detect this, and use _mm_broadcastsi128_si256() in that case.
See README.markdown
Languages
C
93%
Shell
1.8%
M4
1.5%
Zig
1.3%
Assembly
1.1%
Other
1.2%