Implementation notes: mipso32, gcc23, crypto_sign/falcon1024tree

Computer: gcc23
Microarchitecture: mipso32; Octeon II (cnmips64v2)
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20230530
Operation: crypto_sign
Primitive: falcon1024tree

Compiler output

Implementation: T:fpu
Security model: timingleaks
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: inner.h:798:55: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_fpu_poly_muladj_fft(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:816:52: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_fpu_poly_div_fft(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:826:57: error: expected ';', ',' or ')' before 'd'
api.c: void falcon1024tree_fpu_poly_invnorm2_fft(fpr *restrict d,
api.c: ^
api.c: inner.h:834:59: error: expected ';', ',' or ')' before 'd'
api.c: void falcon1024tree_fpu_poly_add_muladj_fft(fpr *restrict d,
api.c: ^
api.c: inner.h:844:60: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_fpu_poly_mul_autoadj_fft(fpr *restrict a,
api.c: ^
api.c: ...

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

Compiler output

Implementation: T:ref
Security model: timingleaks
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: inner.h:749:55: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_ref_poly_muladj_fft(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:767:52: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_ref_poly_div_fft(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:777:57: error: expected ';', ',' or ')' before 'd'
api.c: void falcon1024tree_ref_poly_invnorm2_fft(fpr *restrict d,
api.c: ^
api.c: inner.h:785:59: error: expected ';', ',' or ')' before 'd'
api.c: void falcon1024tree_ref_poly_add_muladj_fft(fpr *restrict d,
api.c: ^
api.c: inner.h:795:60: error: expected ';', ',' or ')' before 'a'
api.c: void falcon1024tree_ref_poly_mul_autoadj_fft(fpr *restrict a,
api.c: ^
api.c: ...

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