Implementation notes: aarch64, lionheart30, crypto_aead/aes128gcmv1

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: aes128gcmv1
TimeImplementationCompilerBenchmark dateSUPERCOP version
11200dolbeau/armv8cryptogcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
11533dolbeau/armv8cryptogcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
12665dolbeau/armv8cryptogcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
13954dolbeau/armv8cryptogcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
160998opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
161256opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
161294opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
161713opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
162366opensslclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
20937719refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
21270777refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
21545268refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
21803286refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
23416271refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806

Compiler output

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

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