Implementation notes: aarch64, lionheart30, crypto_core/aes128encrypt

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_core
Primitive: aes128encrypt
TimeImplementationCompilerBenchmark dateSUPERCOP version
162dolbeau/armv8cryptogcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
182dolbeau/armv8cryptogcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
196dolbeau/armv8cryptogcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
197dolbeau/armv8cryptogcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
386dolbeau/std-2ftgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
388dolbeau/std-2ftclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
390dolbeau/std-2ftgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
396dolbeau/std-1ftgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
400dolbeau/std-2ftgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
406dolbeau/std-2ftgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
407dolbeau/std-1ftgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
408dolbeau/std-4ftgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
410dolbeau/std-1ftclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
410dolbeau/std-4ftgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
414dolbeau/std-4ftclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
415dolbeau/std-4ftgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
415dolbeau/std-4ftgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
417dolbeau/std-1ftgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
423dolbeau/std-1ftgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
462opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
478opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
481opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
483opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
492opensslclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
210625refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
425647refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
1002203refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
1083589refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
1108074refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806

Compiler output

Implementation: crypto_core/aes128encrypt/dolbeau/armv8crypto
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
core.c: In file included from core.c:9:
core.c: /usr/bin/../lib/clang/3.4/include/arm_neon.h:28:2: error: "NEON support not enabled"
core.c: #error "NEON support not enabled"
core.c: ^
core.c: /usr/bin/../lib/clang/3.4/include/arm_neon.h:47:24: error: 'neon_vector_type' attribute is not supported for this target
core.c: typedef __attribute__((neon_vector_type(8))) int8_t int8x8_t;
core.c: ^
core.c: /usr/bin/../lib/clang/3.4/include/arm_neon.h:48:24: error: 'neon_vector_type' attribute is not supported for this target
core.c: typedef __attribute__((neon_vector_type(16))) int8_t int8x16_t;
core.c: ^
core.c: /usr/bin/../lib/clang/3.4/include/arm_neon.h:49:24: error: 'neon_vector_type' attribute is not supported for this target
core.c: typedef __attribute__((neon_vector_type(4))) int16_t int16x4_t;
core.c: ^
core.c: /usr/bin/../lib/clang/3.4/include/arm_neon.h:50:24: error: 'neon_vector_type' attribute is not supported for this target
core.c: typedef __attribute__((neon_vector_type(8))) int16_t int16x8_t;
core.c: ^
core.c: /usr/bin/../lib/clang/3.4/include/arm_neon.h:51:24: error: 'neon_vector_type' attribute is not supported for this target
core.c: typedef __attribute__((neon_vector_type(2))) int32_t int32x2_t;
core.c: ^
core.c: /usr/bin/../lib/clang/3.4/include/arm_neon.h:52:24: error: 'neon_vector_type' attribute is not supported for this target
core.c: typedef __attribute__((neon_vector_type(4))) int32_t int32x4_t;
core.c: ^
core.c: /usr/bin/../lib/clang/3.4/include/arm_neon.h:53:24: error: 'neon_vector_type' attribute is not supported for this target
core.c: typedef __attribute__((neon_vector_type(1))) int64_t int64x1_t;
core.c: ^
core.c: ...

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