Implementation notes: armeabi, h2tegra, crypto_aead/norx6441v2

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: norx6441v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
172635refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
226099refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
236308refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
238557refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731

Compiler output

Implementation: crypto_aead/norx6441v2/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:384:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:387:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:387:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:387:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:387:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:388:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:388:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:388:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:388:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:388:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:388:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:388:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:388:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:389:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:389:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:389:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:389:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:389:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:389:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:389:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:389:5: error: unknown type name 'uint64x2_t'
norx.c: norx.c:390:5: error: unknown type name 'uint64x2_t'
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/norx6441v2/xmm
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
norx.c: norx.c:25:27: fatal error: immintrin.h: No such file or directory
norx.c: compilation terminated.

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