Implementation notes: amd64, temp, crypto_sign/luov8117404

Computer: temp
Architecture: amd64
CPU ID: AuthenticAMD-00800f12-178bfbff
SUPERCOP version: 20191017
Operation: crypto_sign
Primitive: luov8117404
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
86638676560080 0 056616 824 1696portablegcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
96762811551776 0 048208 824 1600portablegcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
101501471551925 0 048976 824 1600portablegcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
104737592548260 0 045028 808 1600portablegcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
795584527410447 36 0170232 824 1600refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
802953227411683 36 0170696 824 1600refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
856149909408729 36 0168164 808 1600refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
917307825417209 36 0176104 824 1696refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017

Test failure

Implementation: avx2
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
error 111

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: avx2
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
LUOV.c: LUOV.c: In function 'precompute_sign':
LUOV.c: LUOV.c:347:21: warning: initialization makes pointer from integer without a cast [enabled by default]
LUOV.c: bitcontainer *Q1 = aligned_alloc(32,Q1_BYTES);
LUOV.c: ^
LUOV.c: LUOV.c: In function '_sign':
LUOV.c: LUOV.c:1296:6: warning: assignment makes pointer from integer without a cast [enabled by default]
LUOV.c: Q1 = aligned_alloc(32,Q1_BYTES);
LUOV.c: ^
LUOV.c: LUOV.c:1300:5: warning: assignment makes pointer from integer without a cast [enabled by default]
LUOV.c: T = aligned_alloc(32,sizeof(bitcontainer[VINEGAR_VARS+1]));
LUOV.c: ...
LUOV.c: LUOV.c:1336:24: warning: initialization makes pointer from integer without a cast [enabled by default]
LUOV.c: bitcontainer *Q1 = aligned_alloc(32,Q1_BYTES);
LUOV.c: ^
LUOV.c: LUOV.c:1337:24: warning: initialization makes pointer from integer without a cast [enabled by default]
LUOV.c: bitcontainer *Q2 = aligned_alloc(32,Q2_BYTES);
LUOV.c: ^
LUOV.c: LUOV.c: In function 'verify':
LUOV.c: LUOV.c:1362:29: warning: initialization makes pointer from integer without a cast [enabled by default]
LUOV.c: unsigned char *big_pk = aligned_alloc(32,BIG_PUBLIC_KEY_BYTES);
LUOV.c: ^
LinearAlgebra.c: LinearAlgebra.c: In function 'newMatrix':
LinearAlgebra.c: LinearAlgebra.c:21:16: warning: assignment makes pointer from integer without a cast [enabled by default]
LinearAlgebra.c: new.array[i] = aligned_alloc(32,cols * sizeof(FELT));
LinearAlgebra.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