Implementation notes: aarch64, pmnod145, crypto_stream/dragon

Computer: pmnod145
Architecture: aarch64
CPU ID: 431f0af1
SUPERCOP version: 20191017
Operation: crypto_stream
Primitive: dragon

Compiler output

Implementation: e/submissions/dragon
Security model: unknown
Compiler: armclang -march=armv8a+crypto -mcpu=thunderx2t99 -mtune=thunderx2t99 -O2 -fPIC -fPIE
dragon.c: In file included from dragon.c:2:
dragon.c: ./e/dragon.c:284:22: warning: implicit declaration of function 'U32TO32_BIG' is invalid in C99 [-Wimplicit-function-declaration]
dragon.c: *(k_ptr++) = U32TO32_BIG(a);
dragon.c: ^
dragon.c: ./e/dragon.c:315:20: warning: implicit declaration of function 'U32TO32_BIG' is invalid in C99 [-Wimplicit-function-declaration]
dragon.c: *(out++) = U32TO32_BIG(a) ^ *(in++);
dragon.c: ^
dragon.c: 2 warnings generated.
try.c: /dibona_home_nfs/rdolbeau/opt/arm/gcc-8.2.0_Generic-AArch64_RHEL-7_aarch64-linux/lib/gcc/aarch64-linux-gnu/8.2.0/../../../../aarch64-linux-gnu/bin/ld: crypto_stream_dragon.a(dragon.o): in function `crypto_stream_dragon_e_submissions_dragon_ECRYPT_keystream_blocks':
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: /dibona_home_nfs/rdolbeau/opt/arm/gcc-8.2.0_Generic-AArch64_RHEL-7_aarch64-linux/lib/gcc/aarch64-linux-gnu/8.2.0/../../../../aarch64-linux-gnu/bin/ld: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: /dibona_home_nfs/rdolbeau/opt/arm/gcc-8.2.0_Generic-AArch64_RHEL-7_aarch64-linux/lib/gcc/aarch64-linux-gnu/8.2.0/../../../../aarch64-linux-gnu/bin/ld: crypto_stream_dragon.a(dragon.o): in function `crypto_stream_dragon_e_submissions_dragon_ECRYPT_process_blocks':
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: /dibona_home_nfs/rdolbeau/opt/arm/gcc-8.2.0_Generic-AArch64_RHEL-7_aarch64-linux/lib/gcc/aarch64-linux-gnu/8.2.0/../../../../aarch64-linux-gnu/bin/ld: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: clang-7: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
armclang -march=armv8a+crypto -mcpu=thunderx2t99 -mtune=thunderx2t99 -O2 -fPIC -fPIE e/submissions/dragon
armclang -march=armv8a+crypto -mcpu=thunderx2t99 -mtune=thunderx2t99 -O3 -fPIC -fPIE e/submissions/dragon

Compiler output

Implementation: e/submissions/dragon
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
dragon.c: In file included from dragon.c:2:
dragon.c: e/dragon.c: In function 'crypto_stream_dragon_e_submissions_dragon_ECRYPT_keystream_blocks':
dragon.c: e/dragon.c:284:22: warning: implicit declaration of function 'U32TO32_BIG'; did you mean 'U8TO32_BIG'? [-Wimplicit-function-declaration]
dragon.c: 284 | *(k_ptr++) = U32TO32_BIG(a);
dragon.c: | ^~~~~~~~~~~
dragon.c: | U8TO32_BIG
try.c: /dibona_home_nfs/rdolbeau/gcc-9.2.0-full+isl/lib/gcc/aarch64-unknown-linux-gnu/9.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld: crypto_stream_dragon.a(dragon.o): in function `crypto_stream_dragon_e_submissions_dragon_ECRYPT_keystream_blocks':
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: /dibona_home_nfs/rdolbeau/gcc-9.2.0-full+isl/lib/gcc/aarch64-unknown-linux-gnu/9.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: /dibona_home_nfs/rdolbeau/gcc-9.2.0-full+isl/lib/gcc/aarch64-unknown-linux-gnu/9.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld: crypto_stream_dragon.a(dragon.o): in function `crypto_stream_dragon_e_submissions_dragon_ECRYPT_process_blocks':
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: /dibona_home_nfs/rdolbeau/gcc-9.2.0-full+isl/lib/gcc/aarch64-unknown-linux-gnu/9.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE e/submissions/dragon
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE e/submissions/dragon
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE e/submissions/dragon

Compiler output

Implementation: e/submissions/dragon
Security model: unknown
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
dragon.c: In file included from dragon.c:2:
dragon.c: e/dragon.c: In function 'crypto_stream_dragon_e_submissions_dragon_ECRYPT_keystream_blocks':
dragon.c: e/dragon.c:284:22: warning: implicit declaration of function 'U32TO32_BIG'; did you mean 'U8TO32_BIG'? [-Wimplicit-function-declaration]
dragon.c: 284 | *(k_ptr++) = U32TO32_BIG(a);
dragon.c: | ^~~~~~~~~~~
dragon.c: | U8TO32_BIG
try.c: /dibona_home_nfs/rdolbeau/gcc-9.2.0-full+isl/lib/gcc/aarch64-unknown-linux-gnu/9.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld: crypto_stream_dragon.a(dragon.o): in function `crypto_stream_dragon_e_submissions_dragon_ECRYPT_keystream_blocks':
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: /dibona_home_nfs/rdolbeau/gcc-9.2.0-full+isl/lib/gcc/aarch64-unknown-linux-gnu/9.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: /dibona_home_nfs/rdolbeau/gcc-9.2.0-full+isl/lib/gcc/aarch64-unknown-linux-gnu/9.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld: crypto_stream_dragon.a(dragon.o): in function `crypto_stream_dragon_e_submissions_dragon_ECRYPT_process_blocks':
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: /dibona_home_nfs/rdolbeau/gcc-9.2.0-full+isl/lib/gcc/aarch64-unknown-linux-gnu/9.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: /dibona_home_nfs/rdolbeau/gcc-9.2.0-full+isl/lib/gcc/aarch64-unknown-linux-gnu/9.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld: crypto_stream_dragon.a(dragon.o): in function `crypto_stream_dragon_e_submissions_dragon_ECRYPT_keystream_bytes':
try.c: dragon.c:(.text+0x...): undefined reference to `U32TO32_BIG'
try.c: /dibona_home_nfs/rdolbeau/gcc-9.2.0-full+isl/lib/gcc/aarch64-unknown-linux-gnu/9.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld: crypto_stream_dragon.a(dragon.o):dragon.c:(.text+0x...): more undefined references to `U32TO32_BIG' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE e/submissions/dragon