Implementation notes: amd64, temp, crypto_sign/luov863256pc

Computer: temp
Architecture: amd64
CPU ID: AuthenticAMD-00800f12-178bfbff
SUPERCOP version: 20191017
Operation: crypto_sign
Primitive: luov863256pc
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
64011926878 32768 058521 33608 1664avx2gcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
73497919361 32768 048233 33608 1600avx2gcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
78879519168 32768 047881 33608 1600avx2gcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
99358114881 32768 042717 33592 1600avx2gcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017

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: ^
sign.c: sign.c: In function 'crypto_sign_luov863256pc_avx2_keypair':
sign.c: sign.c:21:28: warning: initialization makes pointer from integer without a cast [enabled by default]
sign.c: unsigned char *small_pk = aligned_alloc(32,PUBLIC_KEY_BYTES);
sign.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