Implementation notes: aarch64, supercoplxc, crypto_encrypt/ntruees743ep1

Computer: supercoplxc
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20190816
Operation: crypto_encrypt
Primitive: ntruees743ep1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
69544083746 864 64107723 1832 1664refgcc_-funroll-loops_-O3_-fomit-frame-pointer2019120220190816
70976083442 864 64107363 1832 1664refgcc_-funroll-loops_-fno-schedule-insns_-O3_-fomit-frame-pointer2019120220190816
73384058822 864 6481403 1832 1664refgcc_-fno-schedule-insns_-O3_-fomit-frame-pointer2019120220190816
73456058954 864 6481571 1832 1664refgcc_-O3_-fomit-frame-pointer2019120220190816
136312056886 864 6480299 1816 1648refgcc_-funroll-loops_-O2_-fomit-frame-pointer2019120220190816
141328056926 864 6480419 1816 1648refgcc_-funroll-loops_-fno-schedule-insns_-O2_-fomit-frame-pointer2019120220190816
176496038778 864 6460139 1816 1648refgcc_-O2_-fomit-frame-pointer2019120220190816
178056039002 864 6460299 1816 1648refgcc_-fno-schedule-insns_-O2_-fomit-frame-pointer2019120220190816
180632057594 864 6482307 1816 1648refgcc_-funroll-loops_-fno-schedule-insns_-O_-fomit-frame-pointer2019120220190816
181704039650 864 6461163 1816 1648refgcc_-O_-fomit-frame-pointer2019120220190816
182888039650 864 6461163 1816 1648refgcc_-fno-schedule-insns_-O_-fomit-frame-pointer2019120220190816
183448057594 864 6482307 1816 1648refgcc_-funroll-loops_-O_-fomit-frame-pointer2019120220190816
218104034005 864 6454561 1800 1640refgcc_-funroll-loops_-fno-schedule-insns_-Os_-fomit-frame-pointer2019120220190816
218240034005 864 6454561 1800 1640refgcc_-funroll-loops_-Os_-fomit-frame-pointer2019120220190816
219496034041 864 6454545 1800 1640refgcc_-fno-schedule-insns_-Os_-fomit-frame-pointer2019120220190816
234488034041 864 6454545 1800 1640refgcc_-Os_-fomit-frame-pointer2019120220190816
998360067060 872 6491635 1808 1648refcc2019120220190816
1014712067060 872 6491635 1808 1648refgcc2019120220190816
1015664067060 872 6491635 1808 1648refgcc_-funroll-loops2019120220190816

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