Implementation notes: aarch64, rockpi4, crypto_encrypt/ntruees593ep1

Computer: rockpi4
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20190816
Operation: crypto_encrypt
Primitive: ntruees593ep1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
22095583406 864 64106272 1840 1672refgcc_-funroll-loops_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121520190816
22136858790 864 6480312 1840 1672refgcc_-fno-schedule-insns_-O3_-fomit-frame-pointer2019121520190816
22962858830 864 6480528 1840 1672refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv2019121520190816
33205256946 864 6479304 1824 1656refgcc_-funroll-loops_-O2_-fomit-frame-pointer2019121520190816
38574257618 864 6481280 1824 1656refgcc_-funroll-loops_-O_-fomit-frame-pointer2019121520190816
41630438778 864 6459088 1824 1656refgcc_-O2_-fomit-frame-pointer2019121520190816
43075983710 864 64106624 1840 1672refgcc_-funroll-loops_-O3_-fomit-frame-pointer2019121520190816
43819358922 864 6480480 1840 1672refgcc_-O3_-fomit-frame-pointer2019121520190816
46875539134 864 6459600 1824 1656refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv2019121520190816
47412439650 864 6460112 1824 1656refgcc_-fno-schedule-insns_-O_-fomit-frame-pointer2019121520190816
61454434005 864 6453504 1808 1640refgcc_-funroll-loops_-Os_-fomit-frame-pointer2019121520190816
61495734005 864 6453504 1808 1640refgcc_-funroll-loops_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121520190816
61702234041 864 6453496 1808 1640refgcc_-Os_-fomit-frame-pointer2019121520190816
80122056986 864 6479424 1824 1656refgcc_-funroll-loops_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121520190816
97013739002 864 6459240 1824 1656refgcc_-fno-schedule-insns_-O2_-fomit-frame-pointer2019121520190816
100441639654 864 6460112 1824 1656refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv2019121520190816
101185057618 864 6481280 1824 1656refgcc_-funroll-loops_-fno-schedule-insns_-O_-fomit-frame-pointer2019121520190816
102300139650 864 6460112 1824 1656refgcc_-O_-fomit-frame-pointer2019121520190816
117622434041 864 6453496 1808 1640refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv2019121520190816
137074734041 864 6453496 1808 1640refgcc_-fno-schedule-insns_-Os_-fomit-frame-pointer2019121520190816
167471567060 872 6490584 1816 1656refcc2019121520190816
539708467060 872 6490584 1816 1656refgcc_-funroll-loops2019121520190816
543218967060 872 6490584 1816 1656refgcc2019121520190816

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