Implementation notes: amd64, temp, crypto_sign/luov890351

Computer: temp
Architecture: amd64
CPU ID: AuthenticAMD-00800f12-178bfbff
SUPERCOP version: 20191017
Operation: crypto_sign
Primitive: luov890351
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
49845086559592 0 056168 824 1696portablegcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
53066327551832 0 048272 824 1600portablegcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
56167660551959 0 048976 824 1600portablegcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
57303252548260 0 045028 808 1600portablegcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
450857521411675 36 0170632 824 1600refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
468639803410450 36 0170296 824 1600refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
471674269408729 36 0168164 808 1600refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
514412171417225 36 0176168 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