Implementation notes: aarch64, rockpi4, crypto_encrypt/ntruees787ep1

Computer: rockpi4
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20190816
Operation: crypto_encrypt
Primitive: ntruees787ep1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
37830842852 116 063390 1064 1608refgcc_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121520190816
37872142956 116 063518 1064 1608refgcc_-O3_-fomit-frame-pointer2019121520190816
38822055116 116 077030 1064 1608refgcc_-funroll-loops_-O3_-fomit-frame-pointer2019121520190816
79089542056 116 064718 1048 1592refgcc_-funroll-loops_-fno-schedule-insns_-O_-fomit-frame-pointer2019121520190816
88918927988 116 047422 1048 1592refgcc_-O_-fomit-frame-pointer2019121520190816
89827539744 116 061166 1064 1592refgcc_-funroll-loops_-O2_-fomit-frame-pointer2019121520190816
93503255084 116 076966 1064 1608refgcc_-funroll-loops_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121520190816
93916226552 116 045910 1064 1592refgcc_-O2_-fomit-frame-pointer2019121520190816
95113941744 116 062438 1064 1608refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv2019121520190816
97261526616 116 046110 1064 1592refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv2019121520190816
99615627988 116 047422 1048 1592refgcc_-fno-schedule-insns_-O_-fomit-frame-pointer2019121520190816
123858723812 116 042286 1032 1576refgcc_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121520190816
153057823860 116 042382 1032 1576refgcc_-funroll-loops_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121520190816
180935339696 116 061230 1064 1592refgcc_-funroll-loops_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121520190816
204352426816 116 046110 1064 1592refgcc_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121520190816
237433742056 116 064718 1048 1592refgcc_-funroll-loops_-O_-fomit-frame-pointer2019121520190816
264443923812 116 042286 1032 1576refgcc_-Os_-fomit-frame-pointer2019121520190816
289306523860 116 042382 1032 1576refgcc_-funroll-loops_-Os_-fomit-frame-pointer2019121520190816
290545523828 116 042294 1032 1576refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv2019121520190816
297773027980 116 047422 1048 1592refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv2019121520190816
1171557150896 128 073414 1040 1592refcc2019121520190816
1197782650896 128 073414 1040 1592refgcc2019121520190816
1224792850896 128 073414 1040 1592refgcc_-funroll-loops2019121520190816

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