Implementation notes: aarch64, hikey960, crypto_encrypt/ntruees439ep1

Computer: hikey960
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20190816
Operation: crypto_encrypt
Primitive: ntruees439ep1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
24142555314 864 8076663 1864 1704refgcc_-O3_-fomit-frame-pointer2019121120190816
25807546434 864 8068985 1848 1672refgcc_-funroll-loops_-O2_-fomit-frame-pointer2019121120190816
29557333262 864 8052825 1848 1672refgcc_-O2_-fomit-frame-pointer2019121120190816
29970033142 864 8052713 1848 1672refgcc_-fno-schedule-insns_-O_-fomit-frame-pointer2019121120190816
29970033218 864 8052793 1848 1672refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv2019121120190816
33755455158 864 8076471 1864 1704refgcc_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121120190816
34132553066 864 8074407 1864 1704refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv2019121120190816
35385530599 864 8049341 1832 1672refgcc_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121120190816
35797530563 864 8049325 1832 1672refgcc_-funroll-loops_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121120190816
35801830563 864 8049325 1832 1672refgcc_-funroll-loops_-Os_-fomit-frame-pointer2019121120190816
37387033238 864 8052745 1848 1672refgcc_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121120190816
37387073070 864 8096007 1864 1704refgcc_-funroll-loops_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121120190816
43526730599 864 8049341 1832 1672refgcc_-Os_-fomit-frame-pointer2019121120190816
45573630599 864 8049341 1832 1672refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv2019121120190816
46625633142 864 8052713 1848 1672refgcc_-O_-fomit-frame-pointer2019121120190816
56610045970 864 8068537 1848 1672refgcc_-funroll-loops_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121120190816
65480833426 864 8052985 1848 1672refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv2019121120190816
69097546358 864 8069129 1848 1672refgcc_-funroll-loops_-O_-fomit-frame-pointer2019121120190816
70884973538 864 8096519 1864 1704refgcc_-funroll-loops_-O3_-fomit-frame-pointer2019121120190816
97051946358 864 8069129 1848 1672refgcc_-funroll-loops_-fno-schedule-insns_-O_-fomit-frame-pointer2019121120190816
125707563988 872 8086797 1840 1672refgcc2019121120190816
236430063988 872 8086797 1840 1672refgcc_-funroll-loops2019121120190816
338868263988 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