Implementation notes: armeabi, tinkerboards, crypto_kem/locker7

Computer: tinkerboards
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_kem
Primitive: locker7
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2442129411439 24 70894096 1824 4044refg++_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010720191221
2451899022294 24 70907273 1836 4060refg++_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010720191221
2596759116926 24 70900105 1836 4060refg++_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010720191221
2633580616772 24 70900105 1836 4060refg++_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010720191221

Compiler output

Implementation: ref
Security model: unknown
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
decoder.cpp: In function 'void expand_space(ffi_vec&, unsigned int&, unsigned int, ffi_vec, unsigned int)',
decoder.cpp: inlined from 'int RS_recover(ffi_vec&, unsigned int, const ffi_vec&, unsigned int, const ffi_vec&, unsigned int)' at decoder.cpp:92:15:
decoder.cpp: decoder.cpp:36:11: warning: argument 1 value '4294967292' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=]
decoder.cpp: ffi_vec inters[F_dim-1];
decoder.cpp: ^~~~~~
decoder.cpp: decoder.cpp: In function 'int RS_recover(ffi_vec&, unsigned int, const ffi_vec&, unsigned int, const ffi_vec&, unsigned int)':
decoder.cpp: decoder.cpp:36:11: note: in a call to built-in allocation function 'void* __builtin_alloca_with_align(unsigned int, unsigned int)'
decoder.cpp: In function 'void expand_space(ffi_vec&, unsigned int&, unsigned int, ffi_vec, unsigned int)',
decoder.cpp: inlined from 'int RS_recover(ffi_vec&, unsigned int, const ffi_vec&, unsigned int, const ffi_vec&, unsigned int)' at decoder.cpp:92:15:
decoder.cpp: decoder.cpp:37:16: warning: argument 1 value '4294967292' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=]
decoder.cpp: unsigned int inters_dim[F_dim-1];
decoder.cpp: ^~~~~~~~~~
decoder.cpp: decoder.cpp: In function 'int RS_recover(ffi_vec&, unsigned int, const ffi_vec&, unsigned int, const ffi_vec&, unsigned int)':
decoder.cpp: decoder.cpp:37:16: note: in a call to built-in allocation function 'void* __builtin_alloca_with_align(unsigned int, unsigned int)'

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref