Implementation notes: aarch64, gcc185, crypto_sign/rainbowbinary16242020

Computer: gcc185
Microarchitecture: aarch64; Skylark (503f0002)
Architecture: aarch64
CPU ID: 503f0002
SUPERCOP version: 20240107
Operation: crypto_sign
Primitive: rainbowbinary16242020

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: In file included from ./gf.h:4:
rainbow-test.cpp: /usr/bin/../lib/clang/17/include/emmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
rainbow-test.cpp: 14 | #error "This header is only meant to be used on x86 and x64 architecture"
rainbow-test.cpp: | ^
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: In file included from ./gf.h:4:
rainbow-test.cpp: In file included from /usr/bin/../lib/clang/17/include/emmintrin.h:17:
rainbow-test.cpp: /usr/bin/../lib/clang/17/include/xmmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
rainbow-test.cpp: 14 | #error "This header is only meant to be used on x86 and x64 architecture"
rainbow-test.cpp: | ^
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: In file included from ./gf.h:4:
rainbow-test.cpp: In file included from /usr/bin/../lib/clang/17/include/emmintrin.h:17:
rainbow-test.cpp: In file included from /usr/bin/../lib/clang/17/include/xmmintrin.h:17:
rainbow-test.cpp: /usr/bin/../lib/clang/17/include/mmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
rainbow-test.cpp: 14 | #error "This header is only meant to be used on x86 and x64 architecture"
rainbow-test.cpp: | ^
rainbow-test.cpp: /usr/bin/../lib/clang/17/include/mmintrin.h:37:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
rainbow-test.cpp: 37 | __builtin_ia32_emms();
rainbow-test.cpp: | ^
rainbow-test.cpp: /usr/bin/../lib/clang/17/include/mmintrin.h:37:5: note: '__builtin_isless' declared here
rainbow-test.cpp: /usr/bin/../lib/clang/17/include/mmintrin.h:37:25: error: too few arguments to function call, expected 2, have 0
rainbow-test.cpp: 37 | __builtin_ia32_emms();
rainbow-test.cpp: | ~~~~~~~~~~~~~~~~~~~~^
rainbow-test.cpp: ...

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

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: gf.h:4:10: fatal error: emmintrin.h: No such file or directory
rainbow-test.cpp: #include <emmintrin.h>
rainbow-test.cpp: ^~~~~~~~~~~~~
rainbow-test.cpp: compilation terminated.

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