Implementation notes: mipso32, h1mips, crypto_stream/trivium

Computer: h1mips
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20140622
Operation: crypto_stream
Primitive: trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: cc
try.c: crypto_stream_trivium.a(trivium.o): In function `ECRYPT_keysetup':
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: crypto_stream_trivium.a(trivium.o): In function `ECRYPT_ivsetup':
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: crypto_stream_trivium.a(trivium.o): In function `ECRYPT_process_bytes':
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: crypto_stream_trivium.a(trivium.o):trivium.c:(.text+0x...): more undefined references to `U64TO64_LITTLE' follow
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
cc e/submissions/trivium
gcc e/submissions/trivium
gcc -funroll-loops e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fomit-frame-pointer
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '+' is not a recognized feature for this target (ignoring feature)
api.c: /tmp/cc-1QeBHP.s: Assembler messages:
api.c: /tmp/cc-1QeBHP.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-1QeBHP.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-1QeBHP.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-1QeBHP.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-1QeBHP.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-1QeBHP.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-1QeBHP.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-1QeBHP.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-1QeBHP.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-1QeBHP.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-1QeBHP.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-1QeBHP.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-1QeBHP.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-1QeBHP.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-1QeBHP.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-1QeBHP.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-1QeBHP.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-1QeBHP.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-1QeBHP.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-1QeBHP.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '+' is not a recognized feature for this target (ignoring feature)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-sAURN9.s: Assembler messages:
trivium.c: /tmp/cc-sAURN9.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-sAURN9.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-sAURN9.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-sAURN9.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-sAURN9.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-sAURN9.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-sAURN9.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-sAURN9.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-sAURN9.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-sAURN9.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-sAURN9.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-sAURN9.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-sAURN9.s:1741: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-sAURN9.s:1741: Warning: Macro instruction expanded into multiple instructions
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fomit-frame-pointer e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: '+0' is not a recognized feature for this target (ignoring feature)
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: /tmp/cc-QbpMYT.s: Assembler messages:
api.c: /tmp/cc-QbpMYT.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-QbpMYT.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-QbpMYT.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-QbpMYT.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-QbpMYT.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-QbpMYT.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-QbpMYT.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-QbpMYT.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-QbpMYT.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-QbpMYT.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-QbpMYT.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-QbpMYT.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-QbpMYT.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-QbpMYT.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-QbpMYT.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-QbpMYT.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-QbpMYT.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-QbpMYT.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-QbpMYT.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-QbpMYT.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: '+0' is not a recognized feature for this target (ignoring feature)
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-RFCgRh.s: Assembler messages:
trivium.c: /tmp/cc-RFCgRh.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-RFCgRh.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-RFCgRh.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-RFCgRh.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-RFCgRh.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-RFCgRh.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-RFCgRh.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-RFCgRh.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-RFCgRh.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-RFCgRh.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-RFCgRh.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-RFCgRh.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: ...
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: '+0' is not a recognized feature for this target (ignoring feature)
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: /tmp/cc-TifDGq.s: Assembler messages:
api.c: /tmp/cc-TifDGq.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-TifDGq.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-TifDGq.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-TifDGq.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-TifDGq.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-TifDGq.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-TifDGq.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-TifDGq.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-TifDGq.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-TifDGq.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-TifDGq.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-TifDGq.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-TifDGq.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-TifDGq.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-TifDGq.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-TifDGq.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-TifDGq.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-TifDGq.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-TifDGq.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-TifDGq.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: '+0' is not a recognized feature for this target (ignoring feature)
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-WD2O2N.s: Assembler messages:
trivium.c: /tmp/cc-WD2O2N.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-WD2O2N.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-WD2O2N.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-WD2O2N.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-WD2O2N.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-WD2O2N.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-WD2O2N.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-WD2O2N.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-WD2O2N.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-WD2O2N.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-WD2O2N.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-WD2O2N.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: ...
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: '+0' is not a recognized feature for this target (ignoring feature)
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: /tmp/cc-gyJEze.s: Assembler messages:
api.c: /tmp/cc-gyJEze.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-gyJEze.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-gyJEze.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-gyJEze.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-gyJEze.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-gyJEze.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-gyJEze.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-gyJEze.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-gyJEze.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-gyJEze.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-gyJEze.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-gyJEze.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-gyJEze.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-gyJEze.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-gyJEze.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-gyJEze.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-gyJEze.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-gyJEze.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-gyJEze.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-gyJEze.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: '+0' is not a recognized feature for this target (ignoring feature)
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-qmMb7t.s: Assembler messages:
trivium.c: /tmp/cc-qmMb7t.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-qmMb7t.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-qmMb7t.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-qmMb7t.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-qmMb7t.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-qmMb7t.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-qmMb7t.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-qmMb7t.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-qmMb7t.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-qmMb7t.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-qmMb7t.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-qmMb7t.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: ...
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: '+0' is not a recognized feature for this target (ignoring feature)
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: /tmp/cc-wLnqa0.s: Assembler messages:
api.c: /tmp/cc-wLnqa0.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-wLnqa0.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-wLnqa0.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-wLnqa0.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-wLnqa0.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-wLnqa0.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-wLnqa0.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-wLnqa0.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-wLnqa0.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-wLnqa0.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-wLnqa0.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-wLnqa0.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-wLnqa0.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-wLnqa0.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-wLnqa0.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-wLnqa0.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-wLnqa0.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-wLnqa0.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-wLnqa0.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-wLnqa0.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: '+0' is not a recognized feature for this target (ignoring feature)
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-yzizud.s: Assembler messages:
trivium.c: /tmp/cc-yzizud.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-yzizud.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-yzizud.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-yzizud.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-yzizud.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-yzizud.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-yzizud.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-yzizud.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-yzizud.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-yzizud.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-yzizud.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-yzizud.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: ...
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fomit-frame-pointer
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: '+0' is not a recognized feature for this target (ignoring feature)
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: /tmp/cc-VjUbsd.s: Assembler messages:
api.c: /tmp/cc-VjUbsd.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VjUbsd.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VjUbsd.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VjUbsd.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VjUbsd.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VjUbsd.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VjUbsd.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VjUbsd.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VjUbsd.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VjUbsd.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VjUbsd.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VjUbsd.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VjUbsd.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VjUbsd.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VjUbsd.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VjUbsd.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VjUbsd.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VjUbsd.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VjUbsd.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VjUbsd.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: '+0' is not a recognized feature for this target (ignoring feature)
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-6LRzYB.s: Assembler messages:
trivium.c: /tmp/cc-6LRzYB.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-6LRzYB.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-6LRzYB.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-6LRzYB.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-6LRzYB.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-6LRzYB.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-6LRzYB.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-6LRzYB.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-6LRzYB.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-6LRzYB.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-6LRzYB.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-6LRzYB.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: ...
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fomit-frame-pointer e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: '+0' is not a recognized feature for this target (ignoring feature)
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: /tmp/cc-pTIcGj.s: Assembler messages:
api.c: /tmp/cc-pTIcGj.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-pTIcGj.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-pTIcGj.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-pTIcGj.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-pTIcGj.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-pTIcGj.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-pTIcGj.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-pTIcGj.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-pTIcGj.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-pTIcGj.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-pTIcGj.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-pTIcGj.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-pTIcGj.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-pTIcGj.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-pTIcGj.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-pTIcGj.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-pTIcGj.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-pTIcGj.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-pTIcGj.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-pTIcGj.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: '+0' is not a recognized feature for this target (ignoring feature)
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-CHxYRI.s: Assembler messages:
trivium.c: /tmp/cc-CHxYRI.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-CHxYRI.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-CHxYRI.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-CHxYRI.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-CHxYRI.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-CHxYRI.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-CHxYRI.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-CHxYRI.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-CHxYRI.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-CHxYRI.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-CHxYRI.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-CHxYRI.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: ...
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fomit-frame-pointer
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: '+0' is not a recognized feature for this target (ignoring feature)
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: /tmp/cc-GBQwqN.s: Assembler messages:
api.c: /tmp/cc-GBQwqN.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-GBQwqN.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-GBQwqN.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-GBQwqN.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-GBQwqN.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-GBQwqN.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-GBQwqN.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-GBQwqN.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-GBQwqN.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-GBQwqN.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-GBQwqN.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-GBQwqN.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-GBQwqN.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-GBQwqN.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-GBQwqN.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-GBQwqN.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-GBQwqN.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-GBQwqN.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-GBQwqN.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-GBQwqN.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: '+0' is not a recognized feature for this target (ignoring feature)
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-bxgWha.s: Assembler messages:
trivium.c: /tmp/cc-bxgWha.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-bxgWha.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-bxgWha.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-bxgWha.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-bxgWha.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-bxgWha.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-bxgWha.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-bxgWha.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-bxgWha.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-bxgWha.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-bxgWha.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-bxgWha.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: ...
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fomit-frame-pointer e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: '+0' is not a recognized feature for this target (ignoring feature)
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: /tmp/cc-f0wKkb.s: Assembler messages:
api.c: /tmp/cc-f0wKkb.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-f0wKkb.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-f0wKkb.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-f0wKkb.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-f0wKkb.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-f0wKkb.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-f0wKkb.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-f0wKkb.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-f0wKkb.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-f0wKkb.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-f0wKkb.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-f0wKkb.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-f0wKkb.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-f0wKkb.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-f0wKkb.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-f0wKkb.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-f0wKkb.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-f0wKkb.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-f0wKkb.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-f0wKkb.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: '+0' is not a recognized feature for this target (ignoring feature)
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-wmm6Dx.s: Assembler messages:
trivium.c: /tmp/cc-wmm6Dx.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-wmm6Dx.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-wmm6Dx.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-wmm6Dx.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-wmm6Dx.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-wmm6Dx.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-wmm6Dx.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-wmm6Dx.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-wmm6Dx.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-wmm6Dx.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-wmm6Dx.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-wmm6Dx.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: ...
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fwrapv -march=native -fomit-frame-pointer
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: '+0' is not a recognized feature for this target (ignoring feature)
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: /tmp/cc-VCDl0Y.s: Assembler messages:
api.c: /tmp/cc-VCDl0Y.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VCDl0Y.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VCDl0Y.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VCDl0Y.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VCDl0Y.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VCDl0Y.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VCDl0Y.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VCDl0Y.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VCDl0Y.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VCDl0Y.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VCDl0Y.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VCDl0Y.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VCDl0Y.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VCDl0Y.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VCDl0Y.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VCDl0Y.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VCDl0Y.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VCDl0Y.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-VCDl0Y.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-VCDl0Y.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: '+0' is not a recognized feature for this target (ignoring feature)
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-vNvSoc.s: Assembler messages:
trivium.c: /tmp/cc-vNvSoc.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-vNvSoc.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-vNvSoc.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-vNvSoc.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-vNvSoc.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-vNvSoc.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-vNvSoc.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-vNvSoc.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-vNvSoc.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-vNvSoc.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-vNvSoc.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-vNvSoc.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: ...
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -march=native -fomit-frame-pointer e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fwrapv -march=native -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: '+0' is not a recognized feature for this target (ignoring feature)
api.c: '0' is not a recognized processor for this target (ignoring processor)
api.c: /tmp/cc-cbzuJf.s: Assembler messages:
api.c: /tmp/cc-cbzuJf.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-cbzuJf.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-cbzuJf.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-cbzuJf.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-cbzuJf.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-cbzuJf.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-cbzuJf.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-cbzuJf.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-cbzuJf.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-cbzuJf.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-cbzuJf.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-cbzuJf.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-cbzuJf.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-cbzuJf.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-cbzuJf.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-cbzuJf.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-cbzuJf.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-cbzuJf.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-cbzuJf.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-cbzuJf.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: '+0' is not a recognized feature for this target (ignoring feature)
trivium.c: '0' is not a recognized processor for this target (ignoring processor)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-3q8lNC.s: Assembler messages:
trivium.c: /tmp/cc-3q8lNC.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-3q8lNC.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-3q8lNC.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-3q8lNC.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-3q8lNC.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-3q8lNC.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-3q8lNC.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-3q8lNC.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-3q8lNC.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-3q8lNC.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-3q8lNC.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-3q8lNC.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: ...
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -march=native -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fwrapv -mavx2 -fomit-frame-pointer
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '+' is not a recognized feature for this target (ignoring feature)
api.c: /tmp/cc-Jo7lgJ.s: Assembler messages:
api.c: /tmp/cc-Jo7lgJ.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-Jo7lgJ.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-Jo7lgJ.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-Jo7lgJ.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-Jo7lgJ.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-Jo7lgJ.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-Jo7lgJ.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-Jo7lgJ.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-Jo7lgJ.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-Jo7lgJ.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-Jo7lgJ.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-Jo7lgJ.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-Jo7lgJ.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-Jo7lgJ.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-Jo7lgJ.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-Jo7lgJ.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-Jo7lgJ.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-Jo7lgJ.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-Jo7lgJ.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-Jo7lgJ.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '+' is not a recognized feature for this target (ignoring feature)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-eJn6x6.s: Assembler messages:
trivium.c: /tmp/cc-eJn6x6.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-eJn6x6.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-eJn6x6.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-eJn6x6.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-eJn6x6.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-eJn6x6.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-eJn6x6.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-eJn6x6.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-eJn6x6.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-eJn6x6.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-eJn6x6.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-eJn6x6.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-eJn6x6.s:1741: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-eJn6x6.s:1741: Warning: Macro instruction expanded into multiple instructions
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -mavx2 -fomit-frame-pointer e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fwrapv -mavx2 -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '+' is not a recognized feature for this target (ignoring feature)
api.c: /tmp/cc-D57ivu.s: Assembler messages:
api.c: /tmp/cc-D57ivu.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-D57ivu.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-D57ivu.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-D57ivu.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-D57ivu.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-D57ivu.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-D57ivu.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-D57ivu.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-D57ivu.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-D57ivu.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-D57ivu.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-D57ivu.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-D57ivu.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-D57ivu.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-D57ivu.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-D57ivu.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-D57ivu.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-D57ivu.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-D57ivu.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-D57ivu.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '+' is not a recognized feature for this target (ignoring feature)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-s3CH6O.s: Assembler messages:
trivium.c: /tmp/cc-s3CH6O.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-s3CH6O.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-s3CH6O.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-s3CH6O.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-s3CH6O.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-s3CH6O.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-s3CH6O.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-s3CH6O.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-s3CH6O.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-s3CH6O.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-s3CH6O.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-s3CH6O.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-s3CH6O.s:1741: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-s3CH6O.s:1741: Warning: Macro instruction expanded into multiple instructions
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -mavx2 -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fwrapv -mavx -fomit-frame-pointer
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '+' is not a recognized feature for this target (ignoring feature)
api.c: /tmp/cc-JqSVi9.s: Assembler messages:
api.c: /tmp/cc-JqSVi9.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-JqSVi9.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-JqSVi9.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-JqSVi9.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-JqSVi9.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-JqSVi9.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-JqSVi9.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-JqSVi9.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-JqSVi9.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-JqSVi9.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-JqSVi9.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-JqSVi9.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-JqSVi9.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-JqSVi9.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-JqSVi9.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-JqSVi9.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-JqSVi9.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-JqSVi9.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-JqSVi9.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-JqSVi9.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '+' is not a recognized feature for this target (ignoring feature)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-bbFZxm.s: Assembler messages:
trivium.c: /tmp/cc-bbFZxm.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-bbFZxm.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-bbFZxm.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-bbFZxm.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-bbFZxm.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-bbFZxm.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-bbFZxm.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-bbFZxm.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-bbFZxm.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-bbFZxm.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-bbFZxm.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-bbFZxm.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-bbFZxm.s:1741: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-bbFZxm.s:1741: Warning: Macro instruction expanded into multiple instructions
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -mavx -fomit-frame-pointer e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: clang -O3 -fwrapv -mavx -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
api.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
api.c: '+' is not a recognized feature for this target (ignoring feature)
api.c: /tmp/cc-5FH6bV.s: Assembler messages:
api.c: /tmp/cc-5FH6bV.s:25: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-5FH6bV.s:25: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-5FH6bV.s:35: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-5FH6bV.s:35: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-5FH6bV.s:84: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-5FH6bV.s:84: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-5FH6bV.s:95: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-5FH6bV.s:95: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-5FH6bV.s:100: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-5FH6bV.s:100: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-5FH6bV.s:125: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-5FH6bV.s:125: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-5FH6bV.s:182: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-5FH6bV.s:182: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-5FH6bV.s:193: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-5FH6bV.s:193: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-5FH6bV.s:198: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-5FH6bV.s:198: Warning: Macro instruction expanded into multiple instructions
api.c: /tmp/cc-5FH6bV.s:205: Warning: No .cprestore pseudo-op used in PIC code
api.c: /tmp/cc-5FH6bV.s:205: Warning: Macro instruction expanded into multiple instructions
trivium.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c: ctx->gt;init[0] = U64TO64_CONVERT(ctx->gt;init[0]);
trivium.c: ^
trivium.c: ./e/trivium.c:43:25: note: instantiated from:
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: ^
trivium.c: '+' is not a recognized feature for this target (ignoring feature)
trivium.c: 1 diagnostic generated.
trivium.c: /tmp/cc-a63Ppk.s: Assembler messages:
trivium.c: /tmp/cc-a63Ppk.s:70: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-a63Ppk.s:70: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-a63Ppk.s:80: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-a63Ppk.s:80: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-a63Ppk.s:171: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-a63Ppk.s:171: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-a63Ppk.s:184: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-a63Ppk.s:184: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-a63Ppk.s:1432: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-a63Ppk.s:1432: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-a63Ppk.s:1545: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-a63Ppk.s:1545: Warning: Macro instruction expanded into multiple instructions
trivium.c: /tmp/cc-a63Ppk.s:1741: Warning: No .cprestore pseudo-op used in PIC code
trivium.c: /tmp/cc-a63Ppk.s:1741: Warning: Macro instruction expanded into multiple instructions
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: /usr/include/bits/types.h:129:3: error: #error
try.c: # error
try.c: ^
try.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
try.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
try.c: ^
try.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
try.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
try.c: ^
try.c: In file included from try.c:9:
try.c: In file included from ./try.h:1:
try.c: In file included from /usr/include/stdlib.h:320:
try.c: In file included from /usr/include/sys/types.h:31:
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -mavx -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer e/submissions/trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: gcc -O2 -fomit-frame-pointer
try.c: crypto_stream_trivium.a(trivium.o): In function `ECRYPT_process_bytes':
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: crypto_stream_trivium.a(trivium.o): In function `ECRYPT_ivsetup':
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: crypto_stream_trivium.a(trivium.o):trivium.c:(.text+0x...): more undefined references to `U64TO64_LITTLE' follow
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 24, namely:
CompilerImplementations
gcc -O2 -fomit-frame-pointer e/submissions/trivium
gcc -O3 -fomit-frame-pointer e/submissions/trivium
gcc -O -fomit-frame-pointer e/submissions/trivium
gcc -Os -fomit-frame-pointer e/submissions/trivium
gcc -fno-schedule-insns -O2 -fomit-frame-pointer e/submissions/trivium
gcc -fno-schedule-insns -O3 -fomit-frame-pointer e/submissions/trivium
gcc -fno-schedule-insns -O -fomit-frame-pointer e/submissions/trivium
gcc -fno-schedule-insns -Os -fomit-frame-pointer e/submissions/trivium
gcc -funroll-loops -O2 -fomit-frame-pointer e/submissions/trivium
gcc -funroll-loops -O3 -fomit-frame-pointer e/submissions/trivium
gcc -funroll-loops -O -fomit-frame-pointer e/submissions/trivium
gcc -funroll-loops -Os -fomit-frame-pointer e/submissions/trivium
gcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer e/submissions/trivium
gcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer e/submissions/trivium
gcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer e/submissions/trivium
gcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer e/submissions/trivium
gcc -funroll-loops -mabi=32 -O2 -fomit-frame-pointer e/submissions/trivium
gcc -funroll-loops -mabi=32 -O3 -fomit-frame-pointer e/submissions/trivium
gcc -funroll-loops -mabi=32 -O -fomit-frame-pointer e/submissions/trivium
gcc -funroll-loops -mabi=32 -Os -fomit-frame-pointer e/submissions/trivium
gcc -mabi=32 -O2 -fomit-frame-pointer e/submissions/trivium
gcc -mabi=32 -O3 -fomit-frame-pointer e/submissions/trivium
gcc -mabi=32 -O -fomit-frame-pointer e/submissions/trivium
gcc -mabi=32 -Os -fomit-frame-pointer e/submissions/trivium