Implementation notes: amd64, temp, crypto_sign/falcon1024tree

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

Compiler output

Implementation: avx2
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
api.c: In file included from api.c:10:0:
api.c: inner.h:788:49: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_avx2_poly_add(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:794:49: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_avx2_poly_sub(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:812:53: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_avx2_poly_mul_fft(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: ...
api.c: ^
api.c: inner.h:969:55: error: expected ';', ',' or ')' before 'expanded_key'
api.c: void falcon1024tree_avx2_expand_privkey(fpr *restrict expanded_key,
api.c: ^
api.c: inner.h:989:22: error: expected ';', ',' or ')' before 'expanded_key'
api.c: const fpr *restrict expanded_key,
api.c: ^
api.c: inner.h:1010:25: error: expected ';', ',' or ')' before 'f'
api.c: const int8_t *restrict f, const int8_t *restrict g,
api.c: ^

Number of similar (compiler,implementation) pairs: 4, 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

Compiler output

Implementation: fpu
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
api.c: In file included from api.c:10:0:
api.c: inner.h:768:48: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_fpu_poly_add(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:774:48: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_fpu_poly_sub(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:792:52: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_fpu_poly_mul_fft(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: ...
api.c: ^
api.c: inner.h:949:54: error: expected ';', ',' or ')' before 'expanded_key'
api.c: void falcon1024tree_fpu_expand_privkey(fpr *restrict expanded_key,
api.c: ^
api.c: inner.h:969:22: error: expected ';', ',' or ')' before 'expanded_key'
api.c: const fpr *restrict expanded_key,
api.c: ^
api.c: inner.h:990:25: error: expected ';', ',' or ')' before 'f'
api.c: const int8_t *restrict f, const int8_t *restrict g,
api.c: ^

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
api.c: In file included from api.c:10:0:
api.c: inner.h:719:48: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_ref_poly_add(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:725:48: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_ref_poly_sub(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:743:52: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_ref_poly_mul_fft(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: ...
api.c: ^
api.c: inner.h:900:54: error: expected ';', ',' or ')' before 'expanded_key'
api.c: void falcon1024tree_ref_expand_privkey(fpr *restrict expanded_key,
api.c: ^
api.c: inner.h:920:22: error: expected ';', ',' or ')' before 'expanded_key'
api.c: const fpr *restrict expanded_key,
api.c: ^
api.c: inner.h:941:25: error: expected ';', ',' or ')' before 'f'
api.c: const int8_t *restrict f, const int8_t *restrict g,
api.c: ^

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