Implementation notes: aarch64, lionheart30, crypto_aead/minalpherv11

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: minalpherv11
TimeImplementationCompilerBenchmark dateSUPERCOP version
3250575refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
5647665refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
6696928refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
7190086refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
7568289refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806

Compiler output

Implementation: crypto_aead/minalpherv11/avx2
Compiler: clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
MinalpherCore.cpp: In file included from MinalpherCore.cpp:33:
MinalpherCore.cpp: ./define.h:52:7: error: invalid output constraint '=a' in asm
MinalpherCore.cpp: "=a" (CPUInfo[0]),
MinalpherCore.cpp: ^
MinalpherCore.cpp: MinalpherCore.cpp:41:7: error: unknown type name '__m256i'
MinalpherCore.cpp: const __m256i RoundConstSingleBlock[16][2] = {
MinalpherCore.cpp: ^
MinalpherCore.cpp: MinalpherCore.cpp:42:7: error: use of undeclared identifier '_mm256_set_epi32'
MinalpherCore.cpp: { _mm256_set_epi32(0x0000000, 0x03020100, 0x00000000, 0x0000000, 0x0000000, 0x02030001, 0x0000000, 0x0000000),
MinalpherCore.cpp: ^
MinalpherCore.cpp: MinalpherCore.cpp:43:7: error: use of undeclared identifier '_mm256_set_epi32'
MinalpherCore.cpp: _mm256_set_epi32(0x0000000, 0x01000302, 0x00000000, 0x0000000, 0x0000000, 0x00010203, 0x0000000, 0x0000000)},
MinalpherCore.cpp: ^
MinalpherCore.cpp: MinalpherCore.cpp:44:7: error: use of undeclared identifier '_mm256_set_epi32'
MinalpherCore.cpp: { _mm256_set_epi32(0x0000000, 0x02030001, 0x00000000, 0x0000000, 0x0000000, 0x03020100, 0x0000000, 0x0000000),
MinalpherCore.cpp: ^
MinalpherCore.cpp: MinalpherCore.cpp:45:7: error: use of undeclared identifier '_mm256_set_epi32'
MinalpherCore.cpp: _mm256_set_epi32(0x0000000, 0x00010203, 0x00000000, 0x0000000, 0x0000000, 0x01000302, 0x0000000, 0x0000000)},
MinalpherCore.cpp: ^
MinalpherCore.cpp: MinalpherCore.cpp:46:7: error: use of undeclared identifier '_mm256_set_epi32'
MinalpherCore.cpp: { _mm256_set_epi32(0x0000000, 0x01000302, 0x00000000, 0x0000000, 0x0000000, 0x00010203, 0x0000000, 0x0000000),
MinalpherCore.cpp: ^
MinalpherCore.cpp: MinalpherCore.cpp:47:7: error: use of undeclared identifier '_mm256_set_epi32'
MinalpherCore.cpp: _mm256_set_epi32(0x0000000, 0x03020100, 0x00000000, 0x0000000, 0x0000000, 0x02030001, 0x0000000, 0x0000000)},
MinalpherCore.cpp: ^
MinalpherCore.cpp: ...

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

Compiler output

Implementation: crypto_aead/minalpherv11/avx2
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
MinalpherCore.cpp: In file included from MinalpherCore.cpp:33:0:
MinalpherCore.cpp: define.h:47:25: fatal error: x86intrin.h: No such file or directory
MinalpherCore.cpp: #include gt;
MinalpherCore.cpp: ^
MinalpherCore.cpp: compilation terminated.

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