Implementation notes: mipso32, gcc23, crypto_sign/falcon512dyn

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

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:46: error: expected ';', ',' or ')' before 'a'
api.c: void falcon512dyn_fpu_poly_add(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:774:46: error: expected ';', ',' or ')' before 'a'
api.c: void falcon512dyn_fpu_poly_sub(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:792:50: error: expected ';', ',' or ')' before 'a'
api.c: void falcon512dyn_fpu_poly_mul_fft(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:798:53: error: expected ';', ',' or ')' before 'a'
api.c: void falcon512dyn_fpu_poly_muladj_fft(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:816:50: error: expected ';', ',' or ')' before 'a'
api.c: void falcon512dyn_fpu_poly_div_fft(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:826:55: error: expected ';', ',' or ')' before 'd'
api.c: void falcon512dyn_fpu_poly_invnorm2_fft(fpr *restrict d,
api.c: ^
api.c: inner.h:834:57: error: expected ';', ',' or ')' before 'd'
api.c: void falcon512dyn_fpu_poly_add_muladj_fft(fpr *restrict d,
api.c: ^
api.c: inner.h:844:58: error: expected ';', ',' or ')' before 'a'
api.c: void falcon512dyn_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:46: error: expected ';', ',' or ')' before 'a'
api.c: void falcon512dyn_ref_poly_add(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:725:46: error: expected ';', ',' or ')' before 'a'
api.c: void falcon512dyn_ref_poly_sub(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:743:50: error: expected ';', ',' or ')' before 'a'
api.c: void falcon512dyn_ref_poly_mul_fft(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:749:53: error: expected ';', ',' or ')' before 'a'
api.c: void falcon512dyn_ref_poly_muladj_fft(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:767:50: error: expected ';', ',' or ')' before 'a'
api.c: void falcon512dyn_ref_poly_div_fft(fpr *restrict a, const fpr *restrict b, unsigned logn);
api.c: ^
api.c: inner.h:777:55: error: expected ';', ',' or ')' before 'd'
api.c: void falcon512dyn_ref_poly_invnorm2_fft(fpr *restrict d,
api.c: ^
api.c: inner.h:785:57: error: expected ';', ',' or ')' before 'd'
api.c: void falcon512dyn_ref_poly_add_muladj_fft(fpr *restrict d,
api.c: ^
api.c: inner.h:795:58: error: expected ';', ',' or ')' before 'a'
api.c: void falcon512dyn_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