Implementation notes: aarch64, rockpi4, crypto_encrypt/ntruees439ep1

Computer: rockpi4
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20190816
Operation: crypto_encrypt
Primitive: ntruees439ep1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
14991983378 864 64106240 1840 1672refgcc_-funroll-loops_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121520190816
15611458790 864 6480496 1840 1672refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv2019121520190816
16643958758 864 6480280 1840 1672refgcc_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121520190816
22962856562 864 6478920 1824 1656refgcc_-funroll-loops_-O2_-fomit-frame-pointer2019121520190816
25895157282 864 6480936 1824 1656refgcc_-funroll-loops_-O_-fomit-frame-pointer2019121520190816
27960138946 864 6459192 1824 1656refgcc_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121520190816
29901283682 864 64106608 1840 1672refgcc_-funroll-loops_-O3_-fomit-frame-pointer2019121520190816
31305438722 864 6459024 1824 1656refgcc_-O2_-fomit-frame-pointer2019121520190816
31553258890 864 6480448 1840 1672refgcc_-O3_-fomit-frame-pointer2019121520190816
40597933965 864 6453472 1808 1640refgcc_-funroll-loops_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121520190816
40721834001 864 6453448 1808 1640refgcc_-Os_-fomit-frame-pointer2019121520190816
51129456602 864 6479056 1824 1656refgcc_-funroll-loops_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121520190816
62776039070 864 6459536 1824 1656refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv2019121520190816
63106457282 864 6480936 1824 1656refgcc_-funroll-loops_-fno-schedule-insns_-O_-fomit-frame-pointer2019121520190816
64469339626 864 6460096 1824 1656refgcc_-O_-fomit-frame-pointer2019121520190816
64964939630 864 6460096 1824 1656refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv2019121520190816
66947339626 864 6460096 1824 1656refgcc_-fno-schedule-insns_-O_-fomit-frame-pointer2019121520190816
75744234001 864 6453448 1808 1640refgcc_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121520190816
76281134001 864 6453448 1808 1640refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv2019121520190816
76487633965 864 6453472 1808 1640refgcc_-funroll-loops_-Os_-fomit-frame-pointer2019121520190816
110725367060 872 6490584 1816 1656refcc2019121520190816
122413267060 872 6490584 1816 1656refgcc2019121520190816
342335767060 872 6490584 1816 1656refgcc_-funroll-loops2019121520190816

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