Implementation notes: armeabi, rpi3b, crypto_kem/hila5

Computer: rpi3b
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_kem
Primitive: hila5
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
221430124289 0 041415 436 1520optclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020011520191221
256192420245 0 034433 428 1488optgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020011520191221
276379823557 0 038181 436 1496optgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020011520191221
299242228921 0 045381 432 1496optgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020011520191221
302829621581 0 036189 436 1496optgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020011520191221
7034132510773 0 819627857 428 9720refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020011520191221
7837671615885 0 819632263 424 9688refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020011520191221
795133367729 0 819622263 428 9688refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020011520191221
982271807117 0 819621639 428 9688refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020011520191221
3154696796337 0 819620435 420 9688refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020011520191221

Compiler output

Implementation: avx2
Security model: unknown
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
ms_x64_ntt.S: ms_x64_ntt.S:18:1: error: unknown directive
ms_x64_ntt.S: .intel_syntax noprefix
ms_x64_ntt.S: ^
ms_x64_ntt.S: ms_x64_ntt.S:37:12: error: invalid alignment value
ms_x64_ntt.S: .align 32
ms_x64_ntt.S: ^
ms_x64_ntt.S: ms_x64_ntt.S:68:11: error: invalid operand for instruction
ms_x64_ntt.S: push r12
ms_x64_ntt.S: ^
ms_x64_ntt.S: ms_x64_ntt.S:69:11: error: invalid operand for instruction
ms_x64_ntt.S: push r13
ms_x64_ntt.S: ^
ms_x64_ntt.S: ms_x64_ntt.S:70:11: error: invalid operand for instruction
ms_x64_ntt.S: push r14
ms_x64_ntt.S: ^
ms_x64_ntt.S: ms_x64_ntt.S:74:7: error: invalid operand for instruction
ms_x64_ntt.S: mov rax, rdx
ms_x64_ntt.S: ^
ms_x64_ntt.S: ms_x64_ntt.S:75:12: error: immediate expression for mov requires :lower16: or :upper16
ms_x64_ntt.S: mov r12, rdx
ms_x64_ntt.S: ^
ms_x64_ntt.S: ms_x64_ntt.S:76:3: error: invalid instruction
ms_x64_ntt.S: shr r12, 4
ms_x64_ntt.S: ^
ms_x64_ntt.S: ms_x64_ntt.S:77:3: error: invalid instruction
ms_x64_ntt.S: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx2

Compiler output

Implementation: avx2
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
ms_x64_ntt.S: ms_x64_ntt.S: Assembler messages:
ms_x64_ntt.S: ms_x64_ntt.S:18: Error: unknown pseudo-op: `.intel_syntax'
ms_x64_ntt.S: ms_x64_ntt.S:37: Warning: alignment too large: 31 assumed
ms_x64_ntt.S: ms_x64_ntt.S:68: Error: expression too complex -- `push r12'
ms_x64_ntt.S: ms_x64_ntt.S:69: Error: expression too complex -- `push r13'
ms_x64_ntt.S: ms_x64_ntt.S:70: Error: expression too complex -- `push r14'
ms_x64_ntt.S: ms_x64_ntt.S:73: Error: immediate expression requires a # prefix -- `mov r9,1'
ms_x64_ntt.S: ms_x64_ntt.S:74: Error: ARM register expected -- `mov rax,rdx'
ms_x64_ntt.S: ms_x64_ntt.S:75: Error: immediate expression requires a # prefix -- `mov r12,rdx'
ms_x64_ntt.S: ms_x64_ntt.S:76: Error: bad instruction `shr r12,4'
ms_x64_ntt.S: ms_x64_ntt.S:77: Error: bad instruction `vmovdqu ymm14,MASK12x8'
ms_x64_ntt.S: ms_x64_ntt.S:78: Error: bad instruction `vmovdqu ymm12,PERM0246'
ms_x64_ntt.S: ms_x64_ntt.S:79: Error: immediate expression requires a # prefix -- `mov r14,16'
ms_x64_ntt.S: ms_x64_ntt.S:80: Error: ARM register expected -- `mov rcx,11'
ms_x64_ntt.S: ms_x64_ntt.S:82: Error: bad instruction `shr rax,1'
ms_x64_ntt.S: ms_x64_ntt.S:83: Error: bad instruction `dec rcx'
ms_x64_ntt.S: ms_x64_ntt.S:84: Error: bad instruction `xor rdx,rdx'
ms_x64_ntt.S: ms_x64_ntt.S:86: Error: immediate expression requires a # prefix -- `mov r10,rdx'
ms_x64_ntt.S: ms_x64_ntt.S:87: Error: immediate expression requires a # prefix -- `mov r11,rax'
ms_x64_ntt.S: ms_x64_ntt.S:88: Error: bad instruction `dec r11'
ms_x64_ntt.S: ms_x64_ntt.S:89: Error: bad instruction `shl r10,cl'
ms_x64_ntt.S: ms_x64_ntt.S:92: Error: immediate expression requires a # prefix -- `add r13,rdx'
ms_x64_ntt.S: ms_x64_ntt.S:93: Error: bad instruction `vbroadcastss ymm11,DWORD PTR [rsi+4*r13]'
ms_x64_ntt.S: ms_x64_ntt.S:97: Error: immediate expression requires a # prefix -- `add r13,rax'
ms_x64_ntt.S: ms_x64_ntt.S:98: Error: bad instruction `vpmovsxdq ymm1,XMMWORD PTR [rdi+4*r13]'
ms_x64_ntt.S: ...

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

Namespace violations

Implementation: opt
Security model: unknown
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
hila5_sha3_opt.o hila5_sha3 T
hila5_sha3_opt.o hila5_sha3_final T
hila5_sha3_opt.o hila5_sha3_init T
hila5_sha3_opt.o hila5_sha3_update T
hila5_sha3_opt.o hila5_shake_out T
hila5_sha3_opt.o hila5_shake_xof T
ms_ntt.o mslc_correction T
ms_ntt.o mslc_intt T
ms_ntt.o mslc_ntt T
ms_ntt.o mslc_pmul T
ms_ntt.o mslc_pmuladd T
ms_ntt.o mslc_smul T
ms_ntt.o mslc_two_reduce12289 T
ms_ntt_const.o mslc_inv_rev_ntt1024 R
ms_ntt_const.o mslc_psi_rev_ntt1024 R

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE opt
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE opt
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE opt
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE opt
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE opt

Namespace violations

Implementation: ref
Security model: unknown
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
hila5_sha3_ref.o hila5_sha3 T
hila5_sha3_ref.o hila5_sha3_final T
hila5_sha3_ref.o hila5_sha3_init T
hila5_sha3_ref.o hila5_sha3_keccakf T
hila5_sha3_ref.o hila5_sha3_update T
hila5_sha3_ref.o hila5_shake_out T
hila5_sha3_ref.o hila5_shake_xof T
kem.o slow_rmul T

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref