Implementation notes: aarch64, rockpi4, crypto_encrypt/ntruees401ep2

Computer: rockpi4
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20190816
Operation: crypto_encrypt
Primitive: ntruees401ep2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
13505183746 864 64106726 1840 1672refgcc_-funroll-loops_-O3_-fomit-frame-pointer2019121520190816
14207258858 864 6480614 1840 1672refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv2019121520190816
14950658830 864 6480414 1840 1672refgcc_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121520190816
15157183442 864 64106358 1840 1672refgcc_-funroll-loops_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121520190816
23499757446 864 6481150 1824 1656refgcc_-funroll-loops_-fno-schedule-insns_-O_-fomit-frame-pointer2019121520190816
23623657446 864 6481150 1824 1656refgcc_-funroll-loops_-O_-fomit-frame-pointer2019121520190816
25482138778 864 6459142 1824 1656refgcc_-O2_-fomit-frame-pointer2019121520190816
28042758962 864 6480582 1840 1672refgcc_-O3_-fomit-frame-pointer2019121520190816
28290539650 864 6460166 1824 1656refgcc_-fno-schedule-insns_-O_-fomit-frame-pointer2019121520190816
33040034041 864 6453550 1808 1640refgcc_-Os_-fomit-frame-pointer2019121520190816
33081334041 864 6453550 1808 1640refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv2019121520190816
37087434005 864 6453558 1808 1640refgcc_-funroll-loops_-Os_-fomit-frame-pointer2019121520190816
45636556630 864 6479054 1824 1656refgcc_-funroll-loops_-O2_-fomit-frame-pointer2019121520190816
47701556670 864 6479174 1824 1656refgcc_-funroll-loops_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121520190816
56911439134 864 6459654 1824 1656refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv2019121520190816
57324439002 864 6459294 1824 1656refgcc_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121520190816
59348139654 864 6460166 1824 1656refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv2019121520190816
64923639650 864 6460166 1824 1656refgcc_-O_-fomit-frame-pointer2019121520190816
69425334005 864 6453558 1808 1640refgcc_-funroll-loops_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121520190816
69507934041 864 6453550 1808 1640refgcc_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121520190816
307230767060 872 6490638 1816 1656refgcc_-funroll-loops2019121520190816
308015467060 872 6490638 1816 1656refcc2019121520190816
309584867060 872 6490638 1816 1656refgcc2019121520190816

Compiler output

Implementation: ref
Security model: unknown
Compiler: clang -O3 -fomit-frame-pointer -Qunused-arguments
ntru_crypto_sha1.c: ntru_crypto_sha1.c:85:33: warning: '&' within '^' [-Wbitwise-op-parentheses]
ntru_crypto_sha1.c: E += RL(A, 5) + K00_19 + (B & (C ^ D) ^ D) + data[ 0]; B = RL(B, 30);
ntru_crypto_sha1.c: ~~^~~~~~~~~ ~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:85:33: note: place parentheses around the '&' expression to silence this warning
ntru_crypto_sha1.c: E += RL(A, 5) + K00_19 + (B & (C ^ D) ^ D) + data[ 0]; B = RL(B, 30);
ntru_crypto_sha1.c: ^
ntru_crypto_sha1.c: ( )
ntru_crypto_sha1.c: ntru_crypto_sha1.c:86:33: warning: '&' within '^' [-Wbitwise-op-parentheses]
ntru_crypto_sha1.c: D += RL(E, 5) + K00_19 + (A & (B ^ C) ^ C) + data[ 1]; A = RL(A, 30);
ntru_crypto_sha1.c: ~~^~~~~~~~~ ~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:86:33: note: place parentheses around the '&' expression to silence this warning
ntru_crypto_sha1.c: D += RL(E, 5) + K00_19 + (A & (B ^ C) ^ C) + data[ 1]; A = RL(A, 30);
ntru_crypto_sha1.c: ^
ntru_crypto_sha1.c: ( )
ntru_crypto_sha1.c: ntru_crypto_sha1.c:87:33: warning: '&' within '^' [-Wbitwise-op-parentheses]
ntru_crypto_sha1.c: C += RL(D, 5) + K00_19 + (E & (A ^ B) ^ B) + data[ 2]; E = RL(E, 30);
ntru_crypto_sha1.c: ~~^~~~~~~~~ ~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:87:33: note: place parentheses around the '&' expression to silence this warning
ntru_crypto_sha1.c: C += RL(D, 5) + K00_19 + (E & (A ^ B) ^ B) + data[ 2]; E = RL(E, 30);
ntru_crypto_sha1.c: ^
ntru_crypto_sha1.c: ( )
ntru_crypto_sha1.c: ntru_crypto_sha1.c:88:33: warning: '&' within '^' [-Wbitwise-op-parentheses]
ntru_crypto_sha1.c: B += RL(C, 5) + K00_19 + (D & (E ^ A) ^ A) + data[ 3]; D = RL(D, 30);
ntru_crypto_sha1.c: ~~^~~~~~~~~ ~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:88:33: note: place parentheses around the '&' expression to silence this warning
ntru_crypto_sha1.c: ...

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -O3 -fomit-frame-pointer -Qunused-arguments ref
clang -O3 -fwrapv -mavx2 -fomit-frame-pointer -Qunused-arguments ref
clang -O3 -fwrapv -mavx -fomit-frame-pointer -Qunused-arguments ref
clang -O3 -fwrapv -mavx -maes -mpclmul -fomit-frame-pointer -Qunused-arguments ref
clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref