mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Test for presence of new sodium_runtime_has_*() functions
This commit is contained in:
@@ -9,6 +9,8 @@ int main(void)
|
||||
(void)sodium_runtime_has_neon();
|
||||
(void)sodium_runtime_has_sse2();
|
||||
(void)sodium_runtime_has_sse3();
|
||||
(void)sodium_runtime_has_pclmul();
|
||||
(void)sodium_runtime_has_aesni();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user