Implementation notes: aarch64, lionheart30, crypto_aead/deoxyseq256128v1

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: deoxyseq256128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
2612301refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
3538314refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
6088535refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
8010139refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
8187910refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806

Compiler output

Implementation: crypto_aead/deoxyseq256128v1/opt
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
deoxys-256.c: In file included from deoxys-256.c:25:
deoxys-256.c: /usr/bin/../lib/clang/3.4/include/xmmintrin.h:28:2: error: "SSE instruction set not enabled"
deoxys-256.c: #error "SSE instruction set not enabled"
deoxys-256.c: ^
deoxys-256.c: In file included from deoxys-256.c:26:
deoxys-256.c: /usr/bin/../lib/clang/3.4/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
deoxys-256.c: #error "SSE2 instruction set not enabled"
deoxys-256.c: ^
deoxys-256.c: In file included from deoxys-256.c:27:
deoxys-256.c: /usr/bin/../lib/clang/3.4/include/wmmintrin.h:30:3: error: "AES/PCLMUL instructions not enabled"
deoxys-256.c: # error "AES/PCLMUL instructions not enabled"
deoxys-256.c: ^
deoxys-256.c: In file included from deoxys-256.c:28:
deoxys-256.c: /usr/bin/../lib/clang/3.4/include/tmmintrin.h:28:2: error: "SSSE3 instruction set not enabled"
deoxys-256.c: #error "SSSE3 instruction set not enabled"
deoxys-256.c: ^
deoxys-256.c: deoxys-256.c:51:25: error: unknown type name '__m128i'
deoxys-256.c: void XLS(int Direction, __m128i Tweak,
deoxys-256.c: ^
deoxys-256.c: deoxys-256.c:52:2: error: unknown type name '__m128i'
deoxys-256.c: __m128i subkeys[11],
deoxys-256.c: ^
deoxys-256.c: deoxys-256.c:75:9: error: unknown type name '__m128i'
deoxys-256.c: const __m128i STAGE_MASK = constant8( 0x0f ,0xff,0xff,0xff, 0xff,0xff,0xff,0xff, 0xff,0xff,0xff,0xff, 0xff,0xff,0xff,0xff );
deoxys-256.c: ^
deoxys-256.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/deoxyseq256128v1/opt
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
deoxys-256.c: deoxys-256.c:25:74: fatal error: xmmintrin.h: No such file or directory
deoxys-256.c: #include gt; /* SSE instructions and _mm_malloc */
deoxys-256.c: ^
deoxys-256.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