Implementation notes: aarch64, lionheart30, crypto_aead/tiaoxinv1

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: tiaoxinv1
TimeImplementationCompilerBenchmark dateSUPERCOP version
53045tablegcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
53664tablegcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
54097tablegcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
61459tablegcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
65938tableclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
3375591refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
3675406refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
8915394refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
9027456refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
18398246refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806

Compiler output

Implementation: crypto_aead/tiaoxinv1/aesnim
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
tiaoxin-optimized.c: In file included from tiaoxin-optimized.c:20:
tiaoxin-optimized.c: /usr/bin/../lib/clang/3.4/include/xmmintrin.h:28:2: error: "SSE instruction set not enabled"
tiaoxin-optimized.c: #error "SSE instruction set not enabled"
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: In file included from tiaoxin-optimized.c:21:
tiaoxin-optimized.c: /usr/bin/../lib/clang/3.4/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
tiaoxin-optimized.c: #error "SSE2 instruction set not enabled"
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: In file included from tiaoxin-optimized.c:22:
tiaoxin-optimized.c: /usr/bin/../lib/clang/3.4/include/wmmintrin.h:30:3: error: "AES/PCLMUL instructions not enabled"
tiaoxin-optimized.c: # error "AES/PCLMUL instructions not enabled"
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: In file included from tiaoxin-optimized.c:23:
tiaoxin-optimized.c: /usr/bin/../lib/clang/3.4/include/tmmintrin.h:28:2: error: "SSSE3 instruction set not enabled"
tiaoxin-optimized.c: #error "SSSE3 instruction set not enabled"
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: tiaoxin-optimized.c:104:2: error: use of undeclared identifier '__m128i'
tiaoxin-optimized.c: __m128i T3[3];
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: tiaoxin-optimized.c:105:2: error: use of undeclared identifier '__m128i'
tiaoxin-optimized.c: __m128i T4[4];
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: tiaoxin-optimized.c:106:2: error: use of undeclared identifier '__m128i'
tiaoxin-optimized.c: __m128i T6[6];
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: ...

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

Compiler output

Implementation: crypto_aead/tiaoxinv1/opt
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
tiaoxin-optimized.c: In file included from tiaoxin-optimized.c:20:
tiaoxin-optimized.c: /usr/bin/../lib/clang/3.4/include/xmmintrin.h:28:2: error: "SSE instruction set not enabled"
tiaoxin-optimized.c: #error "SSE instruction set not enabled"
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: In file included from tiaoxin-optimized.c:21:
tiaoxin-optimized.c: /usr/bin/../lib/clang/3.4/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
tiaoxin-optimized.c: #error "SSE2 instruction set not enabled"
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: In file included from tiaoxin-optimized.c:22:
tiaoxin-optimized.c: /usr/bin/../lib/clang/3.4/include/wmmintrin.h:30:3: error: "AES/PCLMUL instructions not enabled"
tiaoxin-optimized.c: # error "AES/PCLMUL instructions not enabled"
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: tiaoxin-optimized.c:102:2: error: use of undeclared identifier '__m128i'
tiaoxin-optimized.c: __m128i T3[3];
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: tiaoxin-optimized.c:103:2: error: use of undeclared identifier '__m128i'
tiaoxin-optimized.c: __m128i T4[4];
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: tiaoxin-optimized.c:104:2: error: use of undeclared identifier '__m128i'
tiaoxin-optimized.c: __m128i T6[6];
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: tiaoxin-optimized.c:105:2: error: use of undeclared identifier '__m128i'
tiaoxin-optimized.c: __m128i W0, W1;
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: tiaoxin-optimized.c:106:2: error: use of undeclared identifier '__m128i'
tiaoxin-optimized.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/tiaoxinv1/table
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
tiaoxin-tablebased.c: tiaoxin-tablebased.c:256:12: warning: comparison of unsigned expression tiaoxin-tablebased.c: if( clen tiaoxin-tablebased.c: ~~~~ ^ ~
tiaoxin-tablebased.c: 1 warning generated.

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

Compiler output

Implementation: crypto_aead/tiaoxinv1/aesnim
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
tiaoxin-optimized.c: tiaoxin-optimized.c:20:37: fatal error: xmmintrin.h: No such file or directory
tiaoxin-optimized.c: #include gt;
tiaoxin-optimized.c: ^
tiaoxin-optimized.c: compilation terminated.

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