Implementation notes: aarch64, lionheart30, crypto_aead/norx6441v1

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: norx6441v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
28143refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
28737refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
35524refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
39972refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
62992refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806

Compiler output

Implementation: crypto_aead/norx6441v1/ymm
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
norx.c: norx.c:302:9: warning: implicit declaration of function '_mm256_storeu_si256' is invalid in C99 [-Wimplicit-function-declaration]
norx.c: STOREU(out + 0, LOADU(in + 0));
norx.c: ^
norx.c: norx.c:48:24: note: expanded from macro 'STOREU'
norx.c: #define STOREU(out, x) _mm256_storeu_si256((__m256i*)(out), (x))
norx.c: ^
norx.c: norx.c:302:9: error: use of undeclared identifier '__m256i'
norx.c: norx.c:48:45: note: expanded from macro 'STOREU'
norx.c: #define STOREU(out, x) _mm256_storeu_si256((__m256i*)(out), (x))
norx.c: ^
norx.c: norx.c:302:9: error: expected expression
norx.c: norx.c:48:53: note: expanded from macro 'STOREU'
norx.c: #define STOREU(out, x) _mm256_storeu_si256((__m256i*)(out), (x))
norx.c: ^
norx.c: norx.c:303:9: error: use of undeclared identifier '__m256i'
norx.c: STOREU(out + 32, LOADU(in + 32));
norx.c: ^
norx.c: norx.c:48:45: note: expanded from macro 'STOREU'
norx.c: #define STOREU(out, x) _mm256_storeu_si256((__m256i*)(out), (x))
norx.c: ^
norx.c: norx.c:303:9: error: expected expression
norx.c: norx.c:48:53: note: expanded from macro 'STOREU'
norx.c: #define STOREU(out, x) _mm256_storeu_si256((__m256i*)(out), (x))
norx.c: ^
norx.c: norx.c:308:9: error: use of undeclared identifier '__m256i'
norx.c: ...

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

Compiler output

Implementation: crypto_aead/norx6441v1/xmm
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
norx.c: norx.c:361:9: warning: implicit declaration of function '_mm_storeu_si128' is invalid in C99 [-Wimplicit-function-declaration]
norx.c: STOREU(out + 0, LOADU(in + 0));
norx.c: ^
norx.c: norx.c:48:24: note: expanded from macro 'STOREU'
norx.c: #define STOREU(out, x) _mm_storeu_si128((__m128i*)(out), (x))
norx.c: ^
norx.c: norx.c:361:9: error: use of undeclared identifier '__m128i'
norx.c: norx.c:48:42: note: expanded from macro 'STOREU'
norx.c: #define STOREU(out, x) _mm_storeu_si128((__m128i*)(out), (x))
norx.c: ^
norx.c: norx.c:361:9: error: expected expression
norx.c: norx.c:48:50: note: expanded from macro 'STOREU'
norx.c: #define STOREU(out, x) _mm_storeu_si128((__m128i*)(out), (x))
norx.c: ^
norx.c: norx.c:362:9: error: use of undeclared identifier '__m128i'
norx.c: STOREU(out + 16, LOADU(in + 16));
norx.c: ^
norx.c: norx.c:48:42: note: expanded from macro 'STOREU'
norx.c: #define STOREU(out, x) _mm_storeu_si128((__m128i*)(out), (x))
norx.c: ^
norx.c: norx.c:362:9: error: expected expression
norx.c: norx.c:48:50: note: expanded from macro 'STOREU'
norx.c: #define STOREU(out, x) _mm_storeu_si128((__m128i*)(out), (x))
norx.c: ^
norx.c: norx.c:363:9: error: use of undeclared identifier '__m128i'
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/norx6441v1/xmm
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
norx.c: norx.c:26:27: fatal error: x86intrin.h: No such file or directory
norx.c: #include gt;
norx.c: ^
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