Implementation notes: aarch64, pi4b, crypto_stream/rabbit

Computer: pi4b
Microarchitecture: aarch64; Cortex-A72 (410fd083)
Architecture: aarch64
CPU ID: 410fd083
SUPERCOP version: 20240716
Operation: crypto_stream
Primitive: rabbit

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: ./e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                                                ^
rabbit.c: ./e/rabbit.c:454:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:485:31: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(keystream+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                               ^
rabbit.c: ./e/rabbit.c:506:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:536:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                                                ^
rabbit.c: 5 warnings generated.
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_1_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/./e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/./e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/./e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/./e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/./e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/./e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/1clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_1_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_1_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/1gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_1_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_1_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/1gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_1_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_1_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/1gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_1_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_1_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:456: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:458: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:460: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/1/work/e/rabbit.c:434: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/1gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: ./e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                                                ^
rabbit.c: ./e/rabbit.c:454:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:485:31: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(keystream+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                               ^
rabbit.c: ./e/rabbit.c:506:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:536:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                                                ^
rabbit.c: 5 warnings generated.
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_2_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/./e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/./e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/./e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/./e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/./e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/./e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/2clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_2_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_2_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/2gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_2_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_2_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_2_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_2_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_2_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_2_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:456: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:458: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:460: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/2/work/e/rabbit.c:434: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/2gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: ./e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                                                ^
rabbit.c: ./e/rabbit.c:454:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:485:31: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(keystream+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                               ^
rabbit.c: ./e/rabbit.c:506:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:536:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                                                ^
rabbit.c: 5 warnings generated.
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_3_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/./e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/./e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/./e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/./e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/./e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/./e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/3clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_3_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_3_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/3gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_3_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_3_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/3gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_3_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_3_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/3gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_3_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_3_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:456: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:458: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:460: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/3/work/e/rabbit.c:434: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/3gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: ./e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                                                ^
rabbit.c: ./e/rabbit.c:454:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:485:31: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(keystream+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                               ^
rabbit.c: ./e/rabbit.c:506:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:536:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                                                ^
rabbit.c: 5 warnings generated.
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_4_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/./e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/./e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/./e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/./e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/./e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/./e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/4clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_4_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_4_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/4gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_4_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_4_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/4gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_4_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_4_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:434: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:436: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:438: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:456: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/4gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_1_4_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:432:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   432 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_1_4_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:454: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:456: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:458: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:460: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:432: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/1/4/work/e/rabbit.c:434: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/1/4gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: ./e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                                                ^
rabbit.c: ./e/rabbit.c:1335:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:1375:31: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(keystream+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                               ^
rabbit.c: ./e/rabbit.c:1397:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:1432:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                                                ^
rabbit.c: 5 warnings generated.
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_1_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/./e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/./e/rabbit.c:1315: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/./e/rabbit.c:1317: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/./e/rabbit.c:1319: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/./e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/./e/rabbit.c:1337: more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/1clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_2_1_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:  1313 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_1_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1315: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1317: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1319: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1337: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/1gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_2_1_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:  1313 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_1_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1315: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1317: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1319: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1337: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/1gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_2_1_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:  1313 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_1_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1315: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1317: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1319: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1337: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/1gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_2_1_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:  1313 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_1_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1337: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1339: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1341: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/1/work/e/rabbit.c:1315: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/1gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: ./e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                                                ^
rabbit.c: ./e/rabbit.c:1335:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:1375:31: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(keystream+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                               ^
rabbit.c: ./e/rabbit.c:1397:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:1432:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                                                ^
rabbit.c: 5 warnings generated.
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_2_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/./e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/./e/rabbit.c:1315: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/./e/rabbit.c:1317: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/./e/rabbit.c:1319: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/./e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/./e/rabbit.c:1337: more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/2clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_2_2_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:  1313 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_2_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1315: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1317: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1319: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1337: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/2gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_2_2_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:  1313 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_2_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1315: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1317: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1319: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1337: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_2_2_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:  1313 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_2_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1315: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1317: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1319: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1337: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_2_2_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:  1313 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_2_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1337: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1339: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1341: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/2/work/e/rabbit.c:1315: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/2gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: ./e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                                                ^
rabbit.c: ./e/rabbit.c:1335:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:1375:31: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(keystream+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                               ^
rabbit.c: ./e/rabbit.c:1397:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:1432:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:                                                ^
rabbit.c: 5 warnings generated.
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_3_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/./e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/./e/rabbit.c:1315: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/./e/rabbit.c:1317: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/./e/rabbit.c:1319: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/./e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/./e/rabbit.c:1337: more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/3clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_2_3_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:  1313 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_3_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1315: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1317: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1319: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1337: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/3gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_2_3_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:  1313 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_3_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1315: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1317: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1319: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1337: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/3gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_2_3_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:  1313 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_3_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1315: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1317: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1319: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1337: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/3gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_opt_2_3_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:1313:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:  1313 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x0 ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_opt_2_3_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1335: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1337: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1339: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1341: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1313: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/opt/2/3/work/e/rabbit.c:1315: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/3gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: ./e/rabbit.c:314:4: warning: implicit declaration of function 'RABBIT_G_AND_LATE_COUNTER' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:    RABBIT_G_AND_LATE_COUNTER(0, 0xD34D34D3)
rabbit.c:    ^
rabbit.c: ./e/rabbit.c:314:44: error: expected ';' after expression
rabbit.c:    RABBIT_G_AND_LATE_COUNTER(0, 0xD34D34D3)
rabbit.c:                                            ^
rabbit.c:                                            ;
rabbit.c: ./e/rabbit.c:315:44: error: expected ';' after expression
rabbit.c:    RABBIT_G_AND_LATE_COUNTER(1, 0x34D34D34)
rabbit.c:                                            ^
rabbit.c:                                            ;
rabbit.c: ./e/rabbit.c:316:44: error: expected ';' after expression
rabbit.c:    RABBIT_G_AND_LATE_COUNTER(2, 0x4D34D34D)
rabbit.c:                                            ^
rabbit.c:                                            ;
rabbit.c: ./e/rabbit.c:318:44: error: expected ';' after expression
rabbit.c:    RABBIT_G_AND_LATE_COUNTER(3, 0xD34D34D3)
rabbit.c:                                            ^
rabbit.c:                                            ;
rabbit.c: ./e/rabbit.c:320:44: error: expected ';' after expression
rabbit.c:    RABBIT_G_AND_LATE_COUNTER(4, 0x34D34D34)
rabbit.c:                                            ^
rabbit.c:                                            ;
rabbit.c: ./e/rabbit.c:322:44: error: expected ';' after expression
rabbit.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/4clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'RABBIT_next_state':
rabbit.c: e/rabbit.c:314:4: warning: implicit declaration of function 'RABBIT_G_AND_LATE_COUNTER'; did you mean 'RABBIT_G_AND_COUNTER'? [-Wimplicit-function-declaration]
rabbit.c:   314 |    RABBIT_G_AND_LATE_COUNTER(0, 0xD34D34D3)
rabbit.c:       |    ^~~~~~~~~~~~~~~~~~~~~~~~~
rabbit.c:       |    RABBIT_G_AND_COUNTER
rabbit.c: e/rabbit.c:314:44: error: expected ';' before 'RABBIT_G_AND_LATE_COUNTER'
rabbit.c:   314 |    RABBIT_G_AND_LATE_COUNTER(0, 0xD34D34D3)
rabbit.c:       |                                            ^
rabbit.c:       |                                            ;
rabbit.c:   315 |    RABBIT_G_AND_LATE_COUNTER(1, 0x34D34D34)
rabbit.c:       |    ~~~~~~~~~~~~~~~~~~~~~~~~~
rabbit.c: e/rabbit.c:318:44: error: expected ';' before 'p_instance'
rabbit.c:   318 |    RABBIT_G_AND_LATE_COUNTER(3, 0xD34D34D3)
rabbit.c:       |                                            ^
rabbit.c:       |                                            ;
rabbit.c: e/rabbit.c:320:44: error: expected ';' before 'p_instance'
rabbit.c:   320 |    RABBIT_G_AND_LATE_COUNTER(4, 0x34D34D34)
rabbit.c:       |                                            ^
rabbit.c:       |                                            ;
rabbit.c: e/rabbit.c:322:44: error: expected ';' before 'p_instance'
rabbit.c:   322 |    RABBIT_G_AND_LATE_COUNTER(5, 0x4D34D34D)
rabbit.c:       |                                            ^
rabbit.c:       |                                            ;
rabbit.c: e/rabbit.c:324:44: error: expected ';' before 'p_instance'
rabbit.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:e/opt/2/4gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:e/opt/2/4gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:e/opt/2/4gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:e/opt/2/4gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: ./e/rabbit.c:37:2: error: this variant does not compile on this platform
rabbit.c: #error this variant does not compile on this platform
rabbit.c:  ^
rabbit.c: ./e/rabbit.c:314:4: warning: implicit declaration of function 'RABBIT_G_AND_LATE_COUNTER' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:    RABBIT_G_AND_LATE_COUNTER(0, 0xD34D34D3)
rabbit.c:    ^
rabbit.c: ./e/rabbit.c:314:44: error: expected ';' after expression
rabbit.c:    RABBIT_G_AND_LATE_COUNTER(0, 0xD34D34D3)
rabbit.c:                                            ^
rabbit.c:                                            ;
rabbit.c: ./e/rabbit.c:315:44: error: expected ';' after expression
rabbit.c:    RABBIT_G_AND_LATE_COUNTER(1, 0x34D34D34)
rabbit.c:                                            ^
rabbit.c:                                            ;
rabbit.c: ./e/rabbit.c:316:44: error: expected ';' after expression
rabbit.c:    RABBIT_G_AND_LATE_COUNTER(2, 0x4D34D34D)
rabbit.c:                                            ^
rabbit.c:                                            ;
rabbit.c: ./e/rabbit.c:318:44: error: expected ';' after expression
rabbit.c:    RABBIT_G_AND_LATE_COUNTER(3, 0xD34D34D3)
rabbit.c:                                            ^
rabbit.c:                                            ;
rabbit.c: ./e/rabbit.c:320:44: error: expected ';' after expression
rabbit.c:    RABBIT_G_AND_LATE_COUNTER(4, 0x34D34D34)
rabbit.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/opt/2/5clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c:37:2: error: #error this variant does not compile on this platform
rabbit.c:    37 | #error this variant does not compile on this platform
rabbit.c:       |  ^~~~~
rabbit.c: e/rabbit.c: In function 'RABBIT_next_state':
rabbit.c: e/rabbit.c:314:4: warning: implicit declaration of function 'RABBIT_G_AND_LATE_COUNTER'; did you mean 'RABBIT_G_AND_COUNTER'? [-Wimplicit-function-declaration]
rabbit.c:   314 |    RABBIT_G_AND_LATE_COUNTER(0, 0xD34D34D3)
rabbit.c:       |    ^~~~~~~~~~~~~~~~~~~~~~~~~
rabbit.c:       |    RABBIT_G_AND_COUNTER
rabbit.c: e/rabbit.c:314:44: error: expected ';' before 'RABBIT_G_AND_LATE_COUNTER'
rabbit.c:   314 |    RABBIT_G_AND_LATE_COUNTER(0, 0xD34D34D3)
rabbit.c:       |                                            ^
rabbit.c:       |                                            ;
rabbit.c:   315 |    RABBIT_G_AND_LATE_COUNTER(1, 0x34D34D34)
rabbit.c:       |    ~~~~~~~~~~~~~~~~~~~~~~~~~
rabbit.c: e/rabbit.c:318:44: error: expected ';' before 'p_instance'
rabbit.c:   318 |    RABBIT_G_AND_LATE_COUNTER(3, 0xD34D34D3)
rabbit.c:       |                                            ^
rabbit.c:       |                                            ;
rabbit.c: e/rabbit.c:320:44: error: expected ';' before 'p_instance'
rabbit.c:   320 |    RABBIT_G_AND_LATE_COUNTER(4, 0x34D34D34)
rabbit.c:       |                                            ^
rabbit.c:       |                                            ;
rabbit.c: e/rabbit.c:322:44: error: expected ';' before 'p_instance'
rabbit.c:   322 |    RABBIT_G_AND_LATE_COUNTER(5, 0x4D34D34D)
rabbit.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:e/opt/2/5gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:e/opt/2/5gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:e/opt/2/5gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:e/opt/2/5gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: ./e/rabbit.c:203:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x[0] ^
rabbit.c:                                                ^
rabbit.c: ./e/rabbit.c:225:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x[0] ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:256:31: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(keystream+ 0) = U32TO32_LITTLE(ctx->work_ctx.x[0] ^
rabbit.c:                               ^
rabbit.c: ./e/rabbit.c:277:28: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(buffer+ 0) = U32TO32_LITTLE(ctx->work_ctx.x[0] ^
rabbit.c:                            ^
rabbit.c: ./e/rabbit.c:307:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
rabbit.c:       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x[0] ^
rabbit.c:                                                ^
rabbit.c: 5 warnings generated.
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_ref_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/./e/rabbit.c:203: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/./e/rabbit.c:205: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/./e/rabbit.c:207: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/./e/rabbit.c:209: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/./e/rabbit.c:225: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/./e/rabbit.c:227: more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_ref_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:203:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   203 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x[0] ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_ref_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:203: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:205: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:207: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:209: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:225: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:227: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_ref_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:203:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   203 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x[0] ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_ref_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:203: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:205: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:207: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:209: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:225: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:227: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_ref_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:203:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   203 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x[0] ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_ref_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:203: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:205: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:207: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:209: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:225: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:227: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rabbit.c: In file included from rabbit.c:1:
rabbit.c: e/rabbit.c: In function 'crypto_stream_rabbit_e_ref_timingleaks_ECRYPT_process_bytes':
rabbit.c: e/rabbit.c:203:48: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
rabbit.c:   203 |       *(u32*)(output+ 0) = *(u32*)(input+ 0) ^ U32TO32_LITTLE(ctx->work_ctx.x[0] ^
rabbit.c:       |                                                ^~~~~~~~~~~~~~
rabbit.c:       |                                                U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o): in function `crypto_stream_rabbit_e_ref_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:225: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:227: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:229: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:231: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:203: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_rabbit.a(rabbit.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rabbit/e/ref/work/e/rabbit.c:205: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)