Implementation notes: aarch64, rockpi4, crypto_encrypt/ntruees743ep1

Computer: rockpi4
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20190816
Operation: crypto_encrypt
Primitive: ntruees743ep1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
25193083442 864 64106304 1840 1672refgcc_-funroll-loops_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121520190816
25275683746 864 64106672 1840 1672refgcc_-funroll-loops_-O3_-fomit-frame-pointer2019121520190816
25316958822 864 6480344 1840 1672refgcc_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121520190816
28538358954 864 6480512 1840 1672refgcc_-O3_-fomit-frame-pointer2019121520190816
48362357594 864 6481248 1824 1656refgcc_-funroll-loops_-O_-fomit-frame-pointer2019121520190816
48527557594 864 6481248 1824 1656refgcc_-funroll-loops_-fno-schedule-insns_-O_-fomit-frame-pointer2019121520190816
59637239654 864 6460112 1824 1656refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv2019121520190816
60587158862 864 6480560 1840 1672refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv2019121520190816
68640639650 864 6460112 1824 1656refgcc_-O_-fomit-frame-pointer2019121520190816
81319734041 864 6453496 1808 1640refgcc_-Os_-fomit-frame-pointer2019121520190816
90942634005 864 6453504 1808 1640refgcc_-funroll-loops_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121520190816
112418656926 864 6479360 1824 1656refgcc_-funroll-loops_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121520190816
113988056886 864 6479240 1824 1656refgcc_-funroll-loops_-O2_-fomit-frame-pointer2019121520190816
142154638778 864 6459088 1824 1656refgcc_-O2_-fomit-frame-pointer2019121520190816
144963039134 864 6459600 1824 1656refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv2019121520190816
145376039002 864 6459240 1824 1656refgcc_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121520190816
146573739650 864 6460112 1824 1656refgcc_-fno-schedule-insns_-O_-fomit-frame-pointer2019121520190816
176805334005 864 6453504 1808 1640refgcc_-funroll-loops_-Os_-fomit-frame-pointer2019121520190816
177796534041 864 6453496 1808 1640refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv2019121520190816
178209534041 864 6453496 1808 1640refgcc_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121520190816
253664667060 872 6490584 1816 1656refcc2019121520190816
270928067060 872 6490584 1816 1656refgcc_-funroll-loops2019121520190816
822778667060 872 6490584 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