Test results for armeabi, tinker, crypto_sign/gravitysphincsm
[Page version: 20241024 12:18:11]
Measurements for armeabi, tinker, crypto_sign
Test results for armeabi, tinker, crypto_sign
Test results for crypto_sign/gravitysphincsm
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_sign
Primitive: gravitysphincsm
Test failure
error 142
Alarm clock
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
aes.c: In file included from aes.c:6:
aes.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/smmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
aes.c: #error "This header is only meant to be used on x86 and x64 architecture"
aes.c: ^
aes.c: In file included from aes.c:6:
aes.c: In file included from /usr/lib/llvm-14/lib/clang/14.0.6/include/smmintrin.h:17:
aes.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/tmmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
aes.c: #error "This header is only meant to be used on x86 and x64 architecture"
aes.c: ^
aes.c: In file included from aes.c:6:
aes.c: In file included from /usr/lib/llvm-14/lib/clang/14.0.6/include/smmintrin.h:17:
aes.c: In file included from /usr/lib/llvm-14/lib/clang/14.0.6/include/tmmintrin.h:17:
aes.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/pmmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
aes.c: #error "This header is only meant to be used on x86 and x64 architecture"
aes.c: ^
aes.c: In file included from aes.c:6:
aes.c: In file included from /usr/lib/llvm-14/lib/clang/14.0.6/include/smmintrin.h:17:
aes.c: In file included from /usr/lib/llvm-14/lib/clang/14.0.6/include/tmmintrin.h:17:
aes.c: In file included from /usr/lib/llvm-14/lib/clang/14.0.6/include/pmmintrin.h:17:
aes.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/emmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
aes.c: #error "This header is only meant to be used on x86 and x64 architecture"
aes.c: ^
aes.c: In file included from aes.c:6:
aes.c: In file included from /usr/lib/llvm-14/lib/clang/14.0.6/include/smmintrin.h:17:
aes.c: In file included from /usr/lib/llvm-14/lib/clang/14.0.6/include/tmmintrin.h:17:
aes.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:fast | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
aes.c: aes.c:6:10: fatal error: smmintrin.h: No such file or directory
aes.c: 6 | #include <smmintrin.h>
aes.c: | ^~~~~~~~~~~~~
aes.c: compilation terminated.
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:fast | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:fast | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:fast | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:fast | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |