Implementation notes: aarch64, pi4b, crypto_sign/edons128k08n72nu8l4mu3

Computer: pi4b
Microarchitecture: aarch64; Cortex-A72 (410fd083)
Architecture: aarch64
CPU ID: 410fd083
SUPERCOP version: 20240107
Operation: crypto_sign
Primitive: edons128k08n72nu8l4mu3

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
mpfq_2_128.c: In file included from mpfq_2_128.c:3:
mpfq_2_128.c: In file included from ./mpfq_2_128.h:14:
mpfq_2_128.c: /usr/lib/llvm-14/lib/clang/14.0.0/include/emmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
mpfq_2_128.c: #error "This header is only meant to be used on x86 and x64 architecture"
mpfq_2_128.c: ^
mpfq_2_128.c: In file included from mpfq_2_128.c:3:
mpfq_2_128.c: In file included from ./mpfq_2_128.h:14:
mpfq_2_128.c: In file included from /usr/lib/llvm-14/lib/clang/14.0.0/include/emmintrin.h:17:
mpfq_2_128.c: /usr/lib/llvm-14/lib/clang/14.0.0/include/xmmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
mpfq_2_128.c: #error "This header is only meant to be used on x86 and x64 architecture"
mpfq_2_128.c: ^
mpfq_2_128.c: In file included from mpfq_2_128.c:3:
mpfq_2_128.c: In file included from ./mpfq_2_128.h:14:
mpfq_2_128.c: In file included from /usr/lib/llvm-14/lib/clang/14.0.0/include/emmintrin.h:17:
mpfq_2_128.c: In file included from /usr/lib/llvm-14/lib/clang/14.0.0/include/xmmintrin.h:17:
mpfq_2_128.c: /usr/lib/llvm-14/lib/clang/14.0.0/include/mmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
mpfq_2_128.c: #error "This header is only meant to be used on x86 and x64 architecture"
mpfq_2_128.c: ^
mpfq_2_128.c: /usr/lib/llvm-14/lib/clang/14.0.0/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
mpfq_2_128.c: return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
mpfq_2_128.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mpfq_2_128.c: /usr/lib/llvm-14/lib/clang/14.0.0/include/mmintrin.h:133:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
mpfq_2_128.c: return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
mpfq_2_128.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mpfq_2_128.c: /usr/lib/llvm-14/lib/clang/14.0.0/include/mmintrin.h:163:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
mpfq_2_128.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
mpfq_2_128.c: In file included from mpfq_2_128.c:3:
mpfq_2_128.c: mpfq_2_128.h:14:10: fatal error: emmintrin.h: No such file or directory
mpfq_2_128.c: 14 | #include <emmintrin.h>
mpfq_2_128.c: | ^~~~~~~~~~~~~
mpfq_2_128.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:ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref