Implementation notes: aarch64, hikey960, crypto_encrypt/ntruees787ep1

Computer: hikey960
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20190816
Operation: crypto_encrypt
Primitive: ntruees787ep1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
54112554692 116 1676895 1088 1640refgcc_-funroll-loops_-O3_-fomit-frame-pointer2019121120190816
54414523988 116 1642919 1088 1608refgcc_-O2_-fomit-frame-pointer2019121120190816
61292724516 116 1643319 1072 1608refgcc_-O_-fomit-frame-pointer2019121120190816
64311543060 116 1663631 1088 1640refgcc_-O3_-fomit-frame-pointer2019121120190816
72427543016 116 1663535 1088 1640refgcc_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121120190816
80752537148 116 1659095 1088 1608refgcc_-funroll-loops_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121120190816
102397524024 116 1642895 1088 1608refgcc_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121120190816
106596038044 116 1660047 1072 1608refgcc_-funroll-loops_-O_-fomit-frame-pointer2019121120190816
110722522248 116 1640251 1056 1608refgcc_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121120190816
116930039640 116 1660207 1088 1640refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv2019121120190816
128205037220 116 1659159 1088 1608refgcc_-funroll-loops_-O2_-fomit-frame-pointer2019121120190816
128623054628 116 1676783 1088 1640refgcc_-funroll-loops_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121120190816
131535022280 116 1640307 1056 1608refgcc_-funroll-loops_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121120190816
273060023940 116 1642863 1088 1608refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv2019121120190816
274725038044 116 1660047 1072 1608refgcc_-funroll-loops_-fno-schedule-insns_-O_-fomit-frame-pointer2019121120190816
276390024496 116 1643303 1072 1608refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv2019121120190816
289726022280 116 1640307 1056 1608refgcc_-funroll-loops_-Os_-fomit-frame-pointer2019121120190816
358807549284 128 1671331 1064 1608refgcc_-funroll-loops2019121120190816
373870024516 116 1643319 1072 1608refgcc_-fno-schedule-insns_-O_-fomit-frame-pointer2019121120190816
454857722248 116 1640251 1056 1608refgcc_-Os_-fomit-frame-pointer2019121120190816
486031022256 116 1640259 1056 1608refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv2019121120190816
500460449284 128 1671331 1064 1608refcc2019121120190816
500460449284 128 1671331 1064 1608refgcc2019121120190816

Compiler output

Implementation: ref
Security model: unknown
Compiler: clang -O3 -fomit-frame-pointer -Qunused-arguments
crypto_sha1.c: crypto_sha1.c:85:33: warning: '&' within '^' [-Wbitwise-op-parentheses]
crypto_sha1.c: E += RL(A, 5) + K00_19 + (B & (C ^ D) ^ D) + data[ 0]; B = RL(B, 30);
crypto_sha1.c: ~~^~~~~~~~~ ~
crypto_sha1.c: crypto_sha1.c:85:33: note: place parentheses around the '&' expression to silence this warning
crypto_sha1.c: E += RL(A, 5) + K00_19 + (B & (C ^ D) ^ D) + data[ 0]; B = RL(B, 30);
crypto_sha1.c: ^
crypto_sha1.c: ( )
crypto_sha1.c: crypto_sha1.c:86:33: warning: '&' within '^' [-Wbitwise-op-parentheses]
crypto_sha1.c: D += RL(E, 5) + K00_19 + (A & (B ^ C) ^ C) + data[ 1]; A = RL(A, 30);
crypto_sha1.c: ~~^~~~~~~~~ ~
crypto_sha1.c: crypto_sha1.c:86:33: note: place parentheses around the '&' expression to silence this warning
crypto_sha1.c: D += RL(E, 5) + K00_19 + (A & (B ^ C) ^ C) + data[ 1]; A = RL(A, 30);
crypto_sha1.c: ^
crypto_sha1.c: ( )
crypto_sha1.c: crypto_sha1.c:87:33: warning: '&' within '^' [-Wbitwise-op-parentheses]
crypto_sha1.c: C += RL(D, 5) + K00_19 + (E & (A ^ B) ^ B) + data[ 2]; E = RL(E, 30);
crypto_sha1.c: ~~^~~~~~~~~ ~
crypto_sha1.c: crypto_sha1.c:87:33: note: place parentheses around the '&' expression to silence this warning
crypto_sha1.c: C += RL(D, 5) + K00_19 + (E & (A ^ B) ^ B) + data[ 2]; E = RL(E, 30);
crypto_sha1.c: ^
crypto_sha1.c: ( )
crypto_sha1.c: crypto_sha1.c:88:33: warning: '&' within '^' [-Wbitwise-op-parentheses]
crypto_sha1.c: B += RL(C, 5) + K00_19 + (D & (E ^ A) ^ A) + data[ 3]; D = RL(D, 30);
crypto_sha1.c: ~~^~~~~~~~~ ~
crypto_sha1.c: crypto_sha1.c:88:33: note: place parentheses around the '&' expression to silence this warning
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