Implementation notes: aarch64, supercoplxc, crypto_encrypt/ntruees787ep1

Computer: supercoplxc
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20190816
Operation: crypto_encrypt
Primitive: ntruees787ep1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
116584055116 116 078089 1056 1600refgcc_-funroll-loops_-O3_-fomit-frame-pointer2019120220190816
117024055084 116 078025 1056 1600refgcc_-funroll-loops_-fno-schedule-insns_-O3_-fomit-frame-pointer2019120220190816
117608042956 116 064577 1056 1600refgcc_-O3_-fomit-frame-pointer2019120220190816
129304042852 116 064441 1056 1600refgcc_-fno-schedule-insns_-O3_-fomit-frame-pointer2019120220190816
214016039744 116 062217 1056 1584refgcc_-funroll-loops_-O2_-fomit-frame-pointer2019120220190816
222272039696 116 062281 1056 1584refgcc_-funroll-loops_-fno-schedule-insns_-O2_-fomit-frame-pointer2019120220190816
252856026552 116 046961 1056 1584refgcc_-O2_-fomit-frame-pointer2019120220190816
254872026816 116 047161 1056 1584refgcc_-fno-schedule-insns_-O2_-fomit-frame-pointer2019120220190816
296888042056 116 065769 1040 1584refgcc_-funroll-loops_-fno-schedule-insns_-O_-fomit-frame-pointer2019120220190816
302872027988 116 048481 1040 1584refgcc_-O_-fomit-frame-pointer2019120220190816
304240027988 116 048481 1040 1584refgcc_-fno-schedule-insns_-O_-fomit-frame-pointer2019120220190816
305296042056 116 065769 1040 1584refgcc_-funroll-loops_-O_-fomit-frame-pointer2019120220190816
315992023812 116 047431 1024 1576refgcc_-Os_-fomit-frame-pointer2019120220190816
316376023812 116 047431 1024 1576refgcc_-fno-schedule-insns_-Os_-fomit-frame-pointer2019120220190816
357208023860 116 043431 1024 1576refgcc_-funroll-loops_-Os_-fomit-frame-pointer2019120220190816
358312023860 116 043431 1024 1576refgcc_-funroll-loops_-fno-schedule-insns_-Os_-fomit-frame-pointer2019120220190816
1471192050896 128 074465 1032 1584refcc2019120220190816
1479304050896 128 074465 1032 1584refgcc2019120220190816
1490976050896 128 074465 1032 1584refgcc_-funroll-loops2019120220190816

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