mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
|
|
@ -22,12 +22,8 @@ int main(int argc, char const *argv[]) {
|
|||
#if defined(NSS_X86_OR_X64)
|
||||
printf("\tAES-NI \t%s supported\n", aesni_support() ? "" : "not");
|
||||
printf("\tPCLMUL \t%s supported\n", clmul_support() ? "" : "not");
|
||||
printf("\tSHA \t%s supported\n", sha_support() ? "" : "not");
|
||||
printf("\tAVX \t%s supported\n", avx_support() ? "" : "not");
|
||||
printf("\tAVX2 \t%s supported\n", avx2_support() ? "" : "not");
|
||||
printf("\tSSSE3 \t%s supported\n", ssse3_support() ? "" : "not");
|
||||
printf("\tSSE4.1 \t%s supported\n", sse4_1_support() ? "" : "not");
|
||||
printf("\tSSE4.2 \t%s supported\n", sse4_2_support() ? "" : "not");
|
||||
#elif defined(__aarch64__) || defined(__arm__)
|
||||
printf("\tNEON \t%s supported\n", arm_neon_support() ? "" : "not");
|
||||
printf("\tAES \t%s supported\n", arm_aes_support() ? "" : "not");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue