Implementation notes: aarch64, lionheart30, crypto_aead/deoxyseq128128v1

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: deoxyseq128128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
1575249refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
2126352refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
3492019refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
4561948refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
5058407refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806

Compiler output

Implementation: crypto_aead/deoxyseq128128v1/opt
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
deoxys.c: In file included from deoxys.c:26:
deoxys.c: /usr/bin/../lib/clang/3.4/include/xmmintrin.h:28:2: error: "SSE instruction set not enabled"
deoxys.c: #error "SSE instruction set not enabled"
deoxys.c: ^
deoxys.c: In file included from deoxys.c:27:
deoxys.c: /usr/bin/../lib/clang/3.4/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
deoxys.c: #error "SSE2 instruction set not enabled"
deoxys.c: ^
deoxys.c: In file included from deoxys.c:28:
deoxys.c: /usr/bin/../lib/clang/3.4/include/wmmintrin.h:30:3: error: "AES/PCLMUL instructions not enabled"
deoxys.c: # error "AES/PCLMUL instructions not enabled"
deoxys.c: ^
deoxys.c: In file included from deoxys.c:29:
deoxys.c: /usr/bin/../lib/clang/3.4/include/tmmintrin.h:28:2: error: "SSSE3 instruction set not enabled"
deoxys.c: #error "SSSE3 instruction set not enabled"
deoxys.c: ^
deoxys.c: deoxys.c:53:25: error: unknown type name '__m128i'
deoxys.c: void XLS(int Direction, __m128i Tweak,
deoxys.c: ^
deoxys.c: deoxys.c:54:2: error: unknown type name '__m128i'
deoxys.c: __m128i subkeys[15],
deoxys.c: ^
deoxys.c: deoxys.c:77:9: error: unknown type name '__m128i'
deoxys.c: const __m128i STAGE_MASK = constant8( 0x0f ,0xff,0xff,0xff, 0xff,0xff,0xff,0xff, 0xff,0xff,0xff,0xff, 0xff,0xff,0xff,0xff );
deoxys.c: ^
deoxys.c: ...

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

Compiler output

Implementation: crypto_aead/deoxyseq128128v1/opt
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
deoxys.c: deoxys.c:26:74: fatal error: xmmintrin.h: No such file or directory
deoxys.c: #include gt; /* SSE instructions and _mm_malloc */
deoxys.c: ^
deoxys.c: compilation terminated.

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