Implementation notes: mipso32, h1mips, crypto_dh/curve25519

Computer: h1mips
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20140622
Operation: crypto_dh
Primitive: curve25519
TimeImplementationCompilerBenchmark dateSUPERCOP version
30001428refgcc -mabi=32 -O3 -fomit-frame-pointer2014070120140622
30002498refgcc -funroll-loops -O -fomit-frame-pointer2014070120140622
30003170refgcc -funroll-loops -mabi=32 -O -fomit-frame-pointer2014070120140622
30008520refgcc -fno-schedule-insns -O3 -fomit-frame-pointer2014070120140622
30019620refgcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer2014070120140622
30020430refgcc -O3 -fomit-frame-pointer2014070120140622
30027072refgcc -funroll-loops -O2 -fomit-frame-pointer2014070120140622
30027486refgcc -funroll-loops -mabi=32 -O2 -fomit-frame-pointer2014070120140622
30032748refgcc -funroll-loops -O3 -fomit-frame-pointer2014070120140622
30035202refgcc -mabi=32 -O -fomit-frame-pointer2014070120140622
30035640refgcc -fno-schedule-insns -O -fomit-frame-pointer2014070120140622
30040946refgcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer2014070120140622
30042824refgcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer2014070120140622
30044772refgcc -fno-schedule-insns -Os -fomit-frame-pointer2014070120140622
30045930refgcc -funroll-loops -Os -fomit-frame-pointer2014070120140622
30046054refgcc -funroll-loops -mabi=32 -Os -fomit-frame-pointer2014070120140622
30046330refgcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer2014070120140622
30046370refgcc -mabi=32 -Os -fomit-frame-pointer2014070120140622
30046466refgcc -Os -fomit-frame-pointer2014070120140622
30052074refgcc -funroll-loops -mabi=32 -O3 -fomit-frame-pointer2014070120140622
30053044refgcc -O -fomit-frame-pointer2014070120140622
30053464refgcc -mabi=32 -O2 -fomit-frame-pointer2014070120140622
30054420refgcc -O2 -fomit-frame-pointer2014070120140622
30062680refgcc -fno-schedule-insns -O2 -fomit-frame-pointer2014070120140622
30097608refgcc2014070120140622
30136850refcc2014070120140622
30136878refgcc -funroll-loops2014070120140622

Compiler output

Implementation: crypto_dh/curve25519/mpfq
Compiler: cc
curve25519.c: curve25519.c:18:17: error: gmp.h: No such file or directory
curve25519.c: curve25519.c:25: error: expected specifier-qualifier-list before 'mpfq_p_25519_elt'
curve25519.c: curve25519.c:33: error: expected ')' before 'k'
curve25519.c: curve25519.c:38: error: expected ')' before 'k'
curve25519.c: curve25519.c:43: error: expected ')' before 'k'
curve25519.c: curve25519.c:49: error: expected ')' before 'k'
curve25519.c: curve25519.c:71: error: expected ')' before 'k'
curve25519.c: curve25519.c:78: error: expected ')' before 'k'
curve25519.c: curve25519.c:171: error: expected ')' before '*' token

Number of similar (compiler,implementation) pairs: 27, namely:
CompilerImplementations
cc mpfq
gcc mpfq
gcc -O2 -fomit-frame-pointer mpfq
gcc -O3 -fomit-frame-pointer mpfq
gcc -O -fomit-frame-pointer mpfq
gcc -Os -fomit-frame-pointer mpfq
gcc -fno-schedule-insns -O2 -fomit-frame-pointer mpfq
gcc -fno-schedule-insns -O3 -fomit-frame-pointer mpfq
gcc -fno-schedule-insns -O -fomit-frame-pointer mpfq
gcc -fno-schedule-insns -Os -fomit-frame-pointer mpfq
gcc -funroll-loops mpfq
gcc -funroll-loops -O2 -fomit-frame-pointer mpfq
gcc -funroll-loops -O3 -fomit-frame-pointer mpfq
gcc -funroll-loops -O -fomit-frame-pointer mpfq
gcc -funroll-loops -Os -fomit-frame-pointer mpfq
gcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer mpfq
gcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer mpfq
gcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer mpfq
gcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer mpfq
gcc -funroll-loops -mabi=32 -O2 -fomit-frame-pointer mpfq
gcc -funroll-loops -mabi=32 -O3 -fomit-frame-pointer mpfq
gcc -funroll-loops -mabi=32 -O -fomit-frame-pointer mpfq
gcc -funroll-loops -mabi=32 -Os -fomit-frame-pointer mpfq
gcc -mabi=32 -O2 -fomit-frame-pointer mpfq
gcc -mabi=32 -O3 -fomit-frame-pointer mpfq
gcc -mabi=32 -O -fomit-frame-pointer mpfq
gcc -mabi=32 -Os -fomit-frame-pointer mpfq

Compiler output

Implementation: crypto_dh/curve25519/mpfq
Compiler: clang -O3 -fomit-frame-pointer
curve25519.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
curve25519.c: In file included from curve25519.c:15:
curve25519.c: In file included from /usr/include/stdio.h:36:
curve25519.c: /usr/include/bits/types.h:129:3: error: #error
curve25519.c: # error
curve25519.c: ^
curve25519.c: /usr/include/bits/types.h:134:1: error: unknown type name '__STD_TYPE'
curve25519.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
curve25519.c: ^
curve25519.c: /usr/include/bits/types.h:134:25: error: invalid token after top level declarator
curve25519.c: __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
curve25519.c: ^
curve25519.c: /usr/include/bits/types.h:135:1: error: unknown type name '__STD_TYPE'
curve25519.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
curve25519.c: ^
curve25519.c: /usr/include/bits/types.h:135:12: error: expected identifier or '('
curve25519.c: __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
curve25519.c: ^
curve25519.c: In file included from curve25519.c:15:
curve25519.c: In file included from /usr/include/stdio.h:36:
curve25519.c: In file included from /usr/include/bits/types.h:131:
curve25519.c: /usr/include/bits/typesizes.h:31:23: note: instantiated from:
curve25519.c: #define __UID_T_TYPE __U32_TYPE
curve25519.c: ^
curve25519.c: In file included from curve25519.c:15:
curve25519.c: ...

Number of similar (compiler,implementation) pairs: 15, namely:
CompilerImplementations
clang -O3 -fomit-frame-pointer mpfq
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer mpfq
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive mpfq
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer mpfq
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive mpfq
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fomit-frame-pointer mpfq
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive mpfq
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fomit-frame-pointer mpfq
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive mpfq
clang -O3 -fwrapv -march=native -fomit-frame-pointer mpfq
clang -O3 -fwrapv -march=native -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer mpfq
clang -O3 -fwrapv -mavx2 -fomit-frame-pointer mpfq
clang -O3 -fwrapv -mavx2 -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer mpfq
clang -O3 -fwrapv -mavx -fomit-frame-pointer mpfq
clang -O3 -fwrapv -mavx -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer mpfq

Compiler output

Implementation: crypto_dh/curve25519/ref
Compiler: clang -O3 -fomit-frame-pointer
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '+' is not a recognized feature for this target (ignoring feature)
usesmult.c: /tmp/cc-TlS4Zd.s: Assembler messages:
usesmult.c: /tmp/cc-TlS4Zd.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-TlS4Zd.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-TlS4Zd.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-TlS4Zd.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-TlS4Zd.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-TlS4Zd.s:64: 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 ref

Compiler output

Implementation: crypto_dh/curve25519/ref
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: '+0' is not a recognized feature for this target (ignoring feature)
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: /tmp/cc-PaazLf.s: Assembler messages:
usesmult.c: /tmp/cc-PaazLf.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-PaazLf.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-PaazLf.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-PaazLf.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-PaazLf.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-PaazLf.s:64: 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 -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer ref

Compiler output

Implementation: crypto_dh/curve25519/ref
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: '+0' is not a recognized feature for this target (ignoring feature)
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: /tmp/cc-2SI3jf.s: Assembler messages:
usesmult.c: /tmp/cc-2SI3jf.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-2SI3jf.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-2SI3jf.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-2SI3jf.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-2SI3jf.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-2SI3jf.s:64: 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 -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive ref

Compiler output

Implementation: crypto_dh/curve25519/ref
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: '+0' is not a recognized feature for this target (ignoring feature)
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: /tmp/cc-1eYe49.s: Assembler messages:
usesmult.c: /tmp/cc-1eYe49.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-1eYe49.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-1eYe49.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-1eYe49.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-1eYe49.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-1eYe49.s:64: 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 -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer ref

Compiler output

Implementation: crypto_dh/curve25519/ref
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
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: '+0' is not a recognized feature for this target (ignoring feature)
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: /tmp/cc-U0Na2a.s: Assembler messages:
usesmult.c: /tmp/cc-U0Na2a.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-U0Na2a.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-U0Na2a.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-U0Na2a.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-U0Na2a.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-U0Na2a.s:64: 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 -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive ref

Compiler output

Implementation: crypto_dh/curve25519/ref
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fomit-frame-pointer
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: '+0' is not a recognized feature for this target (ignoring feature)
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: /tmp/cc-Ncjuwb.s: Assembler messages:
usesmult.c: /tmp/cc-Ncjuwb.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-Ncjuwb.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-Ncjuwb.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-Ncjuwb.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-Ncjuwb.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-Ncjuwb.s:64: 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 -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fomit-frame-pointer ref

Compiler output

Implementation: crypto_dh/curve25519/ref
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: '+0' is not a recognized feature for this target (ignoring feature)
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: /tmp/cc-sn5sQc.s: Assembler messages:
usesmult.c: /tmp/cc-sn5sQc.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-sn5sQc.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-sn5sQc.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-sn5sQc.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-sn5sQc.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-sn5sQc.s:64: 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 -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive ref

Compiler output

Implementation: crypto_dh/curve25519/ref
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fomit-frame-pointer
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: '+0' is not a recognized feature for this target (ignoring feature)
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: /tmp/cc-H9VBBa.s: Assembler messages:
usesmult.c: /tmp/cc-H9VBBa.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-H9VBBa.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-H9VBBa.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-H9VBBa.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-H9VBBa.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-H9VBBa.s:64: 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 -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fomit-frame-pointer ref

Compiler output

Implementation: crypto_dh/curve25519/ref
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
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: '+0' is not a recognized feature for this target (ignoring feature)
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: /tmp/cc-MFqBi7.s: Assembler messages:
usesmult.c: /tmp/cc-MFqBi7.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-MFqBi7.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-MFqBi7.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-MFqBi7.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-MFqBi7.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-MFqBi7.s:64: 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 -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive ref

Compiler output

Implementation: crypto_dh/curve25519/ref
Compiler: clang -O3 -fwrapv -march=native -fomit-frame-pointer
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: '+0' is not a recognized feature for this target (ignoring feature)
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: /tmp/cc-uSCOya.s: Assembler messages:
usesmult.c: /tmp/cc-uSCOya.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-uSCOya.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-uSCOya.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-uSCOya.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-uSCOya.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-uSCOya.s:64: 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 -march=native -fomit-frame-pointer ref

Compiler output

Implementation: crypto_dh/curve25519/ref
Compiler: clang -O3 -fwrapv -march=native -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: '+0' is not a recognized feature for this target (ignoring feature)
usesmult.c: '0' is not a recognized processor for this target (ignoring processor)
usesmult.c: /tmp/cc-77MHpb.s: Assembler messages:
usesmult.c: /tmp/cc-77MHpb.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-77MHpb.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-77MHpb.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-77MHpb.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-77MHpb.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-77MHpb.s:64: 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 -march=native -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer ref

Compiler output

Implementation: crypto_dh/curve25519/ref
Compiler: clang -O3 -fwrapv -mavx2 -fomit-frame-pointer
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '+' is not a recognized feature for this target (ignoring feature)
usesmult.c: /tmp/cc-Lb6Hmi.s: Assembler messages:
usesmult.c: /tmp/cc-Lb6Hmi.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-Lb6Hmi.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-Lb6Hmi.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-Lb6Hmi.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-Lb6Hmi.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-Lb6Hmi.s:64: 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 ref

Compiler output

Implementation: crypto_dh/curve25519/ref
Compiler: clang -O3 -fwrapv -mavx2 -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '+' is not a recognized feature for this target (ignoring feature)
usesmult.c: /tmp/cc-uEEZne.s: Assembler messages:
usesmult.c: /tmp/cc-uEEZne.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-uEEZne.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-uEEZne.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-uEEZne.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-uEEZne.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-uEEZne.s:64: 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 ref

Compiler output

Implementation: crypto_dh/curve25519/ref
Compiler: clang -O3 -fwrapv -mavx -fomit-frame-pointer
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '+' is not a recognized feature for this target (ignoring feature)
usesmult.c: /tmp/cc-dtQTOj.s: Assembler messages:
usesmult.c: /tmp/cc-dtQTOj.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-dtQTOj.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-dtQTOj.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-dtQTOj.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-dtQTOj.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-dtQTOj.s:64: 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 ref

Compiler output

Implementation: crypto_dh/curve25519/ref
Compiler: clang -O3 -fwrapv -mavx -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
usesmult.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
usesmult.c: '+' is not a recognized feature for this target (ignoring feature)
usesmult.c: /tmp/cc-0Jd44g.s: Assembler messages:
usesmult.c: /tmp/cc-0Jd44g.s:26: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-0Jd44g.s:26: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-0Jd44g.s:30: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-0Jd44g.s:30: Warning: Macro instruction expanded into multiple instructions
usesmult.c: /tmp/cc-0Jd44g.s:64: Warning: No .cprestore pseudo-op used in PIC code
usesmult.c: /tmp/cc-0Jd44g.s:64: 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 ref