Implementation notes: aarch64, minimac, crypto_kem/bikel1

Computer: minimac
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20211108
Operation: crypto_kem
Primitive: bikel1

Compiler output

Implementation: T:portable
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
aes_ctr_prf.c: In file included from aes_ctr_prf.c:8:
aes_ctr_prf.c: In file included from ./aes_ctr_prf.h:10:
aes_ctr_prf.c: ./aes.h:12:12: fatal error: 'openssl/evp.h' file not found
aes_ctr_prf.c: # include <openssl/evp.h>
aes_ctr_prf.c: ^~~~~~~~~~~~~~~
aes_ctr_prf.c: 1 error generated.

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

Compiler output

Implementation: T:portable
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
aes_ctr_prf.c: In file included from aes_ctr_prf.h:10,
aes_ctr_prf.c: from aes_ctr_prf.c:8:
aes_ctr_prf.c: aes.h:12:12: fatal error: openssl/evp.h: No such file or directory
aes_ctr_prf.c: 12 | # include <openssl/evp.h>
aes_ctr_prf.c: | ^~~~~~~~~~~~~~~
aes_ctr_prf.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:portable
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:portable
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:portable
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:portable