Implementation notes: amd64, temp, crypto_encrypt/r5nd3pke5d

Computer: temp
Architecture: amd64
CPU ID: AuthenticAMD-00800f12-178bfbff
SUPERCOP version: 20191017
Operation: crypto_encrypt
Primitive: r5nd3pke5d

Compiler output

Implementation: avx2
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
r5_cca_kem.c: In file included from r5_cca_kem.c:16:0:
r5_cca_kem.c: r5_memory.h:100:59: error: expected ';', ',' or ')' before 'dst'
r5_cca_kem.c: void conditional_constant_time_memcpy(void * restrict dst, const void * restrict src, size_t n, uint8_t flag);
r5_cca_kem.c: ^

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
a_fixed.c: In file included from a_fixed.c:12:0:
a_fixed.c: r5_memory.h:100:59: error: expected ';', ',' or ')' before 'dst'
a_fixed.c: void conditional_constant_time_memcpy(void * restrict dst, const void * restrict src, size_t n, uint8_t flag);
a_fixed.c: ^
a_fixed.c: a_fixed.c: In function 'create_A_fixed':
a_fixed.c: a_fixed.c:31:5: error: 'for' loop initial declarations are only allowed in C99 mode
a_fixed.c: for (size_t i = 0; i < A_fixed_len; ++i) {
a_fixed.c: ^
a_fixed.c: a_fixed.c:31:5: note: use option -std=c99 or -std=gnu99 to compile your code

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