Implementation notes: aarch64, gcc185, crypto_encrypt/4hfe

Computer: gcc185
Microarchitecture: aarch64; Skylark (503f0002)
Architecture: aarch64
CPU ID: 503f0002
SUPERCOP version: 20240107
Operation: crypto_encrypt
Primitive: 4hfe

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
HFE-test.cpp: In file included from HFE-test.cpp:18:
HFE-test.cpp: In file included from ./HFE.h:6:
HFE-test.cpp: In file included from ./tower.h:5:
HFE-test.cpp: In file included from ./gfv.h:3:
HFE-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"
HFE-test.cpp: 14 | #error "This header is only meant to be used on x86 and x64 architecture"
HFE-test.cpp: | ^
HFE-test.cpp: In file included from HFE-test.cpp:18:
HFE-test.cpp: In file included from ./HFE.h:6:
HFE-test.cpp: In file included from ./tower.h:5:
HFE-test.cpp: In file included from ./gfv.h:3:
HFE-test.cpp: In file included from /usr/bin/../lib/clang/17/include/emmintrin.h:17:
HFE-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"
HFE-test.cpp: 14 | #error "This header is only meant to be used on x86 and x64 architecture"
HFE-test.cpp: | ^
HFE-test.cpp: In file included from HFE-test.cpp:18:
HFE-test.cpp: In file included from ./HFE.h:6:
HFE-test.cpp: In file included from ./tower.h:5:
HFE-test.cpp: In file included from ./gfv.h:3:
HFE-test.cpp: In file included from /usr/bin/../lib/clang/17/include/emmintrin.h:17:
HFE-test.cpp: In file included from /usr/bin/../lib/clang/17/include/xmmintrin.h:17:
HFE-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"
HFE-test.cpp: 14 | #error "This header is only meant to be used on x86 and x64 architecture"
HFE-test.cpp: | ^
HFE-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'?
HFE-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
HFE-test.cpp: In file included from tower.h:5,
HFE-test.cpp: from HFE.h:6,
HFE-test.cpp: from HFE-test.cpp:18:
HFE-test.cpp: gfv.h:3:10: fatal error: emmintrin.h: No such file or directory
HFE-test.cpp: #include <emmintrin.h>
HFE-test.cpp: ^~~~~~~~~~~~~
HFE-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