Implementation notes: aarch64, hikey960, crypto_encrypt/ntruees593ep1

Computer: hikey960
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20190816
Operation: crypto_encrypt
Primitive: ntruees593ep1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
22477555354 864 8076695 1864 1704refgcc_-O3_-fomit-frame-pointer2019121120190816
22477573110 864 8096039 1864 1704refgcc_-funroll-loops_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121120190816
24872473578 864 8096567 1864 1704refgcc_-funroll-loops_-O3_-fomit-frame-pointer2019121120190816
29313930643 864 8049389 1832 1672refgcc_-Os_-fomit-frame-pointer2019121120190816
29313930643 864 8049389 1832 1672refgcc_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121120190816
35797553106 864 8074439 1864 1704refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv2019121120190816
37387046746 864 8069297 1848 1672refgcc_-funroll-loops_-O2_-fomit-frame-pointer2019121120190816
38295046282 864 8068849 1848 1672refgcc_-funroll-loops_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121120190816
39127546658 864 8069425 1848 1672refgcc_-funroll-loops_-O_-fomit-frame-pointer2019121120190816
47452555198 864 8076503 1864 1704refgcc_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121120190816
55074633190 864 8052761 1848 1672refgcc_-fno-schedule-insns_-O_-fomit-frame-pointer2019121120190816
69930033486 864 8053049 1848 1672refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv2019121120190816
76184033318 864 8052881 1848 1672refgcc_-O2_-fomit-frame-pointer2019121120190816
78264446658 864 8069425 1848 1672refgcc_-funroll-loops_-fno-schedule-insns_-O_-fomit-frame-pointer2019121120190816
104062533190 864 8052761 1848 1672refgcc_-O_-fomit-frame-pointer2019121120190816
104062533266 864 8052841 1848 1672refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv2019121120190816
129792330643 864 8049389 1832 1672refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv2019121120190816
131134530607 864 8049373 1832 1672refgcc_-funroll-loops_-Os_-fomit-frame-pointer2019121120190816
177574030607 864 8049373 1832 1672refgcc_-funroll-loops_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121120190816
190619633298 864 8052809 1848 1672refgcc_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121120190816
196077363988 872 8086797 1840 1672refgcc_-funroll-loops2019121120190816
196470063988 872 8086797 1840 1672refgcc2019121120190816
363837463988 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