Implementation notes: armeabi, h2tegra, crypto_aead/norx3261v2

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: norx3261v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
175835refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
185949refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
218561refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
220885refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731

Compiler output

Implementation: crypto_aead/norx3261v2/neon
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
norx.c: In file included from norx.c:18:0:
norx.c: /usr/lib/gcc/arm-linux-gnueabihf/4.7/include/arm_neon.h:32:2: error: #error You must enable NEON instructions (e.g. -mfloat-abi=softfp -mfpu=neon) to use arm_neon.h
norx.c: norx.c: In function 'norx_aead_encrypt':
norx.c: norx.c:380:5: error: unknown type name 'uint32x4_t'
norx.c: norx.c:385:5: error: unknown type name 'uint32x4_t'
norx.c: norx.c:385:5: warning: excess elements in scalar initializer [enabled by default]
norx.c: norx.c:385:5: warning: (near initialization for 'A_') [enabled by default]
norx.c: norx.c:385:5: warning: excess elements in scalar initializer [enabled by default]
norx.c: norx.c:385:5: warning: (near initialization for 'A_') [enabled by default]
norx.c: norx.c:385:5: warning: excess elements in scalar initializer [enabled by default]
norx.c: norx.c:385:5: warning: (near initialization for 'A_') [enabled by default]
norx.c: norx.c:385:5: error: unknown type name 'uint32x4_t'
norx.c: norx.c:385:5: warning: excess elements in scalar initializer [enabled by default]
norx.c: norx.c:385:5: warning: (near initialization for 'C_') [enabled by default]
norx.c: norx.c:385:5: warning: excess elements in scalar initializer [enabled by default]
norx.c: norx.c:385:5: warning: (near initialization for 'C_') [enabled by default]
norx.c: norx.c:385:5: warning: excess elements in scalar initializer [enabled by default]
norx.c: norx.c:385:5: warning: (near initialization for 'C_') [enabled by default]
norx.c: norx.c:385:5: error: unknown type name 'uint32x4_t'
norx.c: norx.c:385:5: warning: excess elements in scalar initializer [enabled by default]
norx.c: norx.c:385:5: warning: (near initialization for 'D_') [enabled by default]
norx.c: norx.c:385:5: warning: excess elements in scalar initializer [enabled by default]
norx.c: norx.c:385:5: warning: (near initialization for 'D_') [enabled by default]
norx.c: norx.c:385:5: warning: excess elements in scalar initializer [enabled by default]
norx.c: norx.c:385:5: warning: (near initialization for 'D_') [enabled by default]
norx.c: ...

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv neon
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv neon
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv neon
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv neon

Compiler output

Implementation: crypto_aead/norx3261v2/xmm
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
norx.c: norx.c:26:27: fatal error: immintrin.h: No such file or directory
norx.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv xmm
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv xmm
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv xmm
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv xmm