Implementation notes: aarch64, supercoplxc, crypto_encrypt/ntruees593ep1

Computer: supercoplxc
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20190816
Operation: crypto_encrypt
Primitive: ntruees593ep1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
52088083710 864 64107683 1832 1664refgcc_-funroll-loops_-O3_-fomit-frame-pointer2019120220190816
52312083406 864 64107323 1832 1664refgcc_-funroll-loops_-fno-schedule-insns_-O3_-fomit-frame-pointer2019120220190816
54704058922 864 6481539 1832 1664refgcc_-O3_-fomit-frame-pointer2019120220190816
59472058790 864 6481371 1832 1664refgcc_-fno-schedule-insns_-O3_-fomit-frame-pointer2019120220190816
93088056946 864 6480355 1816 1648refgcc_-funroll-loops_-O2_-fomit-frame-pointer2019120220190816
95880056986 864 6480483 1816 1648refgcc_-funroll-loops_-fno-schedule-insns_-O2_-fomit-frame-pointer2019120220190816
119208038778 864 6460139 1816 1648refgcc_-O2_-fomit-frame-pointer2019120220190816
119304039002 864 6460299 1816 1648refgcc_-fno-schedule-insns_-O2_-fomit-frame-pointer2019120220190816
122216057618 864 6482331 1816 1648refgcc_-funroll-loops_-O_-fomit-frame-pointer2019120220190816
122896039650 864 6461163 1816 1648refgcc_-O_-fomit-frame-pointer2019120220190816
123376057618 864 6482331 1816 1648refgcc_-funroll-loops_-fno-schedule-insns_-O_-fomit-frame-pointer2019120220190816
123480039650 864 6461163 1816 1648refgcc_-fno-schedule-insns_-O_-fomit-frame-pointer2019120220190816
144696034005 864 6454561 1800 1640refgcc_-funroll-loops_-fno-schedule-insns_-Os_-fomit-frame-pointer2019120220190816
145400034005 864 6454561 1800 1640refgcc_-funroll-loops_-Os_-fomit-frame-pointer2019120220190816
145744034041 864 6454545 1800 1640refgcc_-fno-schedule-insns_-Os_-fomit-frame-pointer2019120220190816
179936034041 864 6454545 1800 1640refgcc_-Os_-fomit-frame-pointer2019120220190816
652256067060 872 6491635 1808 1648refcc2019120220190816
666144067060 872 6491635 1808 1648refgcc_-funroll-loops2019120220190816
668856067060 872 6491635 1808 1648refgcc2019120220190816

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