Implementation notes: aarch64, lionheart30, crypto_aead/norx3261v2

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: norx3261v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
62773refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
65962refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
93477refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
94800refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
147258refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806

Compiler output

Implementation: crypto_aead/norx3261v2/xmm
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
norx.c: norx.c:394:5: error: use of undeclared identifier '__m128i'
norx.c: __m128i S[4];
norx.c: ^
norx.c: norx.c:397:16: error: use of undeclared identifier 'S'
norx.c: INITIALISE(S, nonce, key);
norx.c: ^
norx.c: norx.c:299:5: note: expanded from macro 'INITIALISE'
norx.c: S[0] = _mm_set_epi32( U3, U2, N >gt;>gt; 32, N&0xFFFFFFFF); \
norx.c: ^
norx.c: norx.c:397:5: warning: implicit declaration of function '_mm_set_epi32' is invalid in C99 [-Wimplicit-function-declaration]
norx.c: INITIALISE(S, nonce, key);
norx.c: ^
norx.c: norx.c:299:12: note: expanded from macro 'INITIALISE'
norx.c: S[0] = _mm_set_epi32( U3, U2, N >gt;>gt; 32, N&0xFFFFFFFF); \
norx.c: ^
norx.c: norx.c:397:16: error: use of undeclared identifier 'S'
norx.c: INITIALISE(S, nonce, key);
norx.c: ^
norx.c: norx.c:300:5: note: expanded from macro 'INITIALISE'
norx.c: S[1] = LOADU(KEY); \
norx.c: ^
norx.c: norx.c:397:5: warning: implicit declaration of function '_mm_loadu_si128' is invalid in C99 [-Wimplicit-function-declaration]
norx.c: INITIALISE(S, nonce, key);
norx.c: ^
norx.c: norx.c:300:12: note: expanded from macro 'INITIALISE'
norx.c: ...

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

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: #include gt;
norx.c: ^
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