Implementation notes: aarch64, hikey960, crypto_encrypt/ntruees743ep1

Computer: hikey960
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20190816
Operation: crypto_encrypt
Primitive: ntruees743ep1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
37387073134 864 8096071 1864 1704refgcc_-funroll-loops_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121120190816
42094855378 864 8076727 1864 1704refgcc_-O3_-fomit-frame-pointer2019121120190816
60404473602 864 8096583 1864 1704refgcc_-funroll-loops_-O3_-fomit-frame-pointer2019121120190816
64935033190 864 8052761 1848 1672refgcc_-fno-schedule-insns_-O_-fomit-frame-pointer2019121120190816
65734246242 864 8068809 1848 1672refgcc_-funroll-loops_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121120190816
65767530643 864 8049389 1832 1672refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv2019121120190816
68184730643 864 8049389 1832 1672refgcc_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121120190816
86590446634 864 8069401 1848 1672refgcc_-funroll-loops_-O_-fomit-frame-pointer2019121120190816
90036133318 864 8052881 1848 1672refgcc_-O2_-fomit-frame-pointer2019121120190816
91205433190 864 8052761 1848 1672refgcc_-O_-fomit-frame-pointer2019121120190816
99315733486 864 8053049 1848 1672refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv2019121120190816
107392546634 864 8069401 1848 1672refgcc_-funroll-loops_-fno-schedule-insns_-O_-fomit-frame-pointer2019121120190816
109260930643 864 8049389 1832 1672refgcc_-Os_-fomit-frame-pointer2019121120190816
112161030607 864 8049373 1832 1672refgcc_-funroll-loops_-Os_-fomit-frame-pointer2019121120190816
112161030607 864 8049373 1832 1672refgcc_-funroll-loops_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121120190816
117382546706 864 8069257 1848 1672refgcc_-funroll-loops_-O2_-fomit-frame-pointer2019121120190816
120310755222 864 8076535 1864 1704refgcc_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121120190816
165877353130 864 8074471 1864 1704refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv2019121120190816
166500033298 864 8052809 1848 1672refgcc_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121120190816
298285663988 872 8086797 1840 1672refgcc2019121120190816
302197563988 872 8086797 1840 1672refgcc_-funroll-loops2019121120190816
401843633266 864 8052841 1848 1672refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv2019121120190816
800865063988 872 8086797 1840 1672refcc2019121120190816

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: 4, 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