Implementation notes: aarch64, gcc185, crypto_kem/frodokem976aes

Computer: gcc185
Microarchitecture: aarch64; Skylark (503f0002)
Architecture: aarch64
CPU ID: 503f0002
SUPERCOP version: 20240107
Operation: crypto_kem
Primitive: frodokem976aes
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
318119258240 26 024222 880 1552T:optimizedclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024010220231212
3362085020840 26 040220 888 1568T:optimizedclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024010220231212
3362542520840 26 040220 888 1568T:optimizedclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024010220231212
3365902519100 26 036868 888 1552T:optimizedclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024010220231212
5274375010620 26 026844 888 1552T:optimizedclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024010220231212
775923757912 24 023632 872 1552T:optimizedgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2024010220231212
793110758956 30 025680 896 1568T:optimizedgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2024010220231212
8623507528860 38 046824 904 1584T:optimizedgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2024010220231212
902601758960 30 025800 896 1568T:optimizedgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2024010220231212

Compiler output

Implementation: T:x64
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
aes_ni.c: In file included from aes_ni.c:6:
aes_ni.c: /usr/bin/../lib/clang/17/include/wmmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
aes_ni.c: 14 | #error "This header is only meant to be used on x86 and x64 architecture"
aes_ni.c: | ^
aes_ni.c: In file included from aes_ni.c:6:
aes_ni.c: In file included from /usr/bin/../lib/clang/17/include/wmmintrin.h:17:
aes_ni.c: /usr/bin/../lib/clang/17/include/emmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
aes_ni.c: 14 | #error "This header is only meant to be used on x86 and x64 architecture"
aes_ni.c: | ^
aes_ni.c: In file included from aes_ni.c:6:
aes_ni.c: In file included from /usr/bin/../lib/clang/17/include/wmmintrin.h:17:
aes_ni.c: In file included from /usr/bin/../lib/clang/17/include/emmintrin.h:17:
aes_ni.c: /usr/bin/../lib/clang/17/include/xmmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
aes_ni.c: 14 | #error "This header is only meant to be used on x86 and x64 architecture"
aes_ni.c: | ^
aes_ni.c: In file included from aes_ni.c:6:
aes_ni.c: In file included from /usr/bin/../lib/clang/17/include/wmmintrin.h:17:
aes_ni.c: In file included from /usr/bin/../lib/clang/17/include/emmintrin.h:17:
aes_ni.c: In file included from /usr/bin/../lib/clang/17/include/xmmintrin.h:17:
aes_ni.c: /usr/bin/../lib/clang/17/include/mmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
aes_ni.c: 14 | #error "This header is only meant to be used on x86 and x64 architecture"
aes_ni.c: | ^
aes_ni.c: /usr/bin/../lib/clang/17/include/mmintrin.h:54:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
aes_ni.c: 54 | return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
aes_ni.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aes_ni.c: ...

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:x64
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:x64
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:x64
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:x64
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:x64

Compiler output

Implementation: T:x64
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
aes_ni.c: aes_ni.c:6:10: fatal error: wmmintrin.h: No such file or directory
aes_ni.c: #include <wmmintrin.h>
aes_ni.c: ^~~~~~~~~~~~~
aes_ni.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:x64
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:x64
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:x64
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:x64