Implementation notes: mipso32, h1mips, crypto_aead/aegis256

Computer: h1mips
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20140622
Operation: crypto_aead
Primitive: aegis256
TimeImplementationCompilerBenchmark dateSUPERCOP version
331284refgcc -funroll-loops -O3 -fomit-frame-pointer2014053020140525
331360refgcc -funroll-loops -mabi=32 -O3 -fomit-frame-pointer2014053020140525
331772refgcc -funroll-loops -O2 -fomit-frame-pointer2014053020140525
331856refgcc -funroll-loops -mabi=32 -O2 -fomit-frame-pointer2014053020140525
334390refgcc -O3 -fomit-frame-pointer2014053020140525
334396refgcc -mabi=32 -O3 -fomit-frame-pointer2014053020140525
334802refgcc -O2 -fomit-frame-pointer2014053020140525
334904refgcc -mabi=32 -O2 -fomit-frame-pointer2014053020140525
342572refgcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer2014053020140525
342662refgcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer2014053020140525
367822refgcc -funroll-loops -Os -fomit-frame-pointer2014053020140525
367832refgcc -funroll-loops -mabi=32 -Os -fomit-frame-pointer2014053020140525
370582refgcc -mabi=32 -Os -fomit-frame-pointer2014053020140525
370684refgcc -Os -fomit-frame-pointer2014053020140525
379184refgcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer2014053020140525
408472refgcc -fno-schedule-insns -O3 -fomit-frame-pointer2014053020140525
409146refgcc -fno-schedule-insns -O2 -fomit-frame-pointer2014053020140525
444884refgcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer2014053020140525
444954refgcc -funroll-loops -mabi=32 -O -fomit-frame-pointer2014053020140525
444956refgcc -funroll-loops -O -fomit-frame-pointer2014053020140525
445088refgcc -fno-schedule-insns -O -fomit-frame-pointer2014053020140525
445088refgcc -mabi=32 -O -fomit-frame-pointer2014053020140525
445114refgcc -O -fomit-frame-pointer2014053020140525
445654refgcc -fno-schedule-insns -Os -fomit-frame-pointer2014053020140525
896990refgcc -funroll-loops2014053020140525
897014refcc2014053020140525
897320refgcc2014053020140525

Compiler output

Implementation: crypto_aead/aegis256/aesni
Compiler: cc
encrypt.c: encrypt.c:4:23: error: immintrin.h: No such file or directory
encrypt.c: encrypt.c:5:23: error: wmmintrin.h: No such file or directory
encrypt.c: encrypt.c:14: error: expected declaration specifiers or '...' before '__m128i'
encrypt.c: encrypt.c: In function 'aegis256_initialization':
encrypt.c: encrypt.c:18: error: '__m128i' undeclared (first use in this function)
encrypt.c: encrypt.c:18: error: (Each undeclared identifier is reported only once
encrypt.c: encrypt.c:18: error: for each function it appears in.)
encrypt.c: encrypt.c:18: error: expected ';' before 'tmp'
encrypt.c: encrypt.c:19: error: expected ';' before 'keytmp1'
encrypt.c: encrypt.c:20: error: expected ';' before 'keytmp2'
encrypt.c: encrypt.c:21: error: expected ';' before 'ivtmp1'
encrypt.c: encrypt.c:22: error: expected ';' before 'ivtmp2'
encrypt.c: encrypt.c:25: error: 'state' undeclared (first use in this function)
encrypt.c: encrypt.c:25: error: 'ivtmp1' undeclared (first use in this function)
encrypt.c: encrypt.c:26: error: 'ivtmp2' undeclared (first use in this function)
encrypt.c: encrypt.c:29: error: 'keytmp1' undeclared (first use in this function)
encrypt.c: encrypt.c:30: error: 'keytmp2' undeclared (first use in this function)
encrypt.c: encrypt.c:41: error: 'tmp' undeclared (first use in this function)
encrypt.c: encrypt.c: At top level:
encrypt.c: encrypt.c:70: error: expected declaration specifiers or '...' before '__m128i'
encrypt.c: encrypt.c: In function 'aegis256_tag_generation':
encrypt.c: encrypt.c:74: error: '__m128i' undeclared (first use in this function)
encrypt.c: encrypt.c:74: error: expected ';' before 'tmp'
encrypt.c: encrypt.c:75: error: expected ';' before 'msgtmp'
encrypt.c: encrypt.c:81: error: 'msgtmp' undeclared (first use in this function)
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/aegis256/ref
Compiler: clang -O3 -fomit-frame-pointer
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '+' is not a recognized feature for this target (ignoring feature)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '+' is not a recognized feature for this target (ignoring feature)
encrypt.c: /tmp/cc-uuoAEN.s: Assembler messages:
encrypt.c: /tmp/cc-uuoAEN.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-uuoAEN.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-uuoAEN.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-uuoAEN.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-uuoAEN.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-uuoAEN.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-uuoAEN.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-uuoAEN.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-uuoAEN.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-uuoAEN.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-uuoAEN.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-uuoAEN.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-uuoAEN.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-uuoAEN.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-uuoAEN.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-uuoAEN.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-uuoAEN.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-uuoAEN.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-uuoAEN.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-uuoAEN.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-uuoAEN.s:379: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-uuoAEN.s:379: Warning: Macro instruction expanded into multiple instructions
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/aegis256/aesni
Compiler: clang -O3 -fomit-frame-pointer
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: encrypt.c:4:10: fatal error: 'immintrin.h' file not found
encrypt.c: #include gt;
encrypt.c: ^
encrypt.c: 1 diagnostic generated.

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

Compiler output

Implementation: crypto_aead/aegis256/ref
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '0' is not a recognized processor for this target (ignoring processor)
aes.c: '+0' is not a recognized feature for this target (ignoring feature)
aes.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: /tmp/cc-7YYerY.s: Assembler messages:
encrypt.c: /tmp/cc-7YYerY.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-7YYerY.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-7YYerY.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-7YYerY.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-7YYerY.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-7YYerY.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-7YYerY.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-7YYerY.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-7YYerY.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-7YYerY.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-7YYerY.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-7YYerY.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-7YYerY.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-7YYerY.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-7YYerY.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-7YYerY.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-7YYerY.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-7YYerY.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-7YYerY.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-7YYerY.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.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_aead/aegis256/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
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '0' is not a recognized processor for this target (ignoring processor)
aes.c: '+0' is not a recognized feature for this target (ignoring feature)
aes.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: /tmp/cc-YA8v9l.s: Assembler messages:
encrypt.c: /tmp/cc-YA8v9l.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-YA8v9l.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-YA8v9l.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-YA8v9l.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-YA8v9l.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-YA8v9l.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-YA8v9l.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-YA8v9l.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-YA8v9l.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-YA8v9l.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-YA8v9l.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-YA8v9l.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-YA8v9l.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-YA8v9l.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-YA8v9l.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-YA8v9l.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-YA8v9l.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-YA8v9l.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-YA8v9l.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-YA8v9l.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.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_aead/aegis256/ref
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '0' is not a recognized processor for this target (ignoring processor)
aes.c: '+0' is not a recognized feature for this target (ignoring feature)
aes.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: /tmp/cc-fImQfU.s: Assembler messages:
encrypt.c: /tmp/cc-fImQfU.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-fImQfU.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-fImQfU.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-fImQfU.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-fImQfU.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-fImQfU.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-fImQfU.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-fImQfU.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-fImQfU.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-fImQfU.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-fImQfU.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-fImQfU.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-fImQfU.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-fImQfU.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-fImQfU.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-fImQfU.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-fImQfU.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-fImQfU.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-fImQfU.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-fImQfU.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.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_aead/aegis256/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
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '0' is not a recognized processor for this target (ignoring processor)
aes.c: '+0' is not a recognized feature for this target (ignoring feature)
aes.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: /tmp/cc-wzgpEf.s: Assembler messages:
encrypt.c: /tmp/cc-wzgpEf.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-wzgpEf.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-wzgpEf.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-wzgpEf.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-wzgpEf.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-wzgpEf.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-wzgpEf.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-wzgpEf.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-wzgpEf.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-wzgpEf.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-wzgpEf.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-wzgpEf.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-wzgpEf.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-wzgpEf.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-wzgpEf.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-wzgpEf.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-wzgpEf.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-wzgpEf.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-wzgpEf.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-wzgpEf.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.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_aead/aegis256/ref
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fomit-frame-pointer
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '0' is not a recognized processor for this target (ignoring processor)
aes.c: '+0' is not a recognized feature for this target (ignoring feature)
aes.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: /tmp/cc-Kxa7EW.s: Assembler messages:
encrypt.c: /tmp/cc-Kxa7EW.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Kxa7EW.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Kxa7EW.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Kxa7EW.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Kxa7EW.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Kxa7EW.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Kxa7EW.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Kxa7EW.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Kxa7EW.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Kxa7EW.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Kxa7EW.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Kxa7EW.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Kxa7EW.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Kxa7EW.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Kxa7EW.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Kxa7EW.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Kxa7EW.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Kxa7EW.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Kxa7EW.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Kxa7EW.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.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_aead/aegis256/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
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '0' is not a recognized processor for this target (ignoring processor)
aes.c: '+0' is not a recognized feature for this target (ignoring feature)
aes.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: /tmp/cc-5kyGMk.s: Assembler messages:
encrypt.c: /tmp/cc-5kyGMk.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-5kyGMk.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-5kyGMk.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-5kyGMk.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-5kyGMk.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-5kyGMk.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-5kyGMk.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-5kyGMk.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-5kyGMk.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-5kyGMk.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-5kyGMk.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-5kyGMk.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-5kyGMk.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-5kyGMk.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-5kyGMk.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-5kyGMk.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-5kyGMk.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-5kyGMk.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-5kyGMk.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-5kyGMk.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.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_aead/aegis256/ref
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fomit-frame-pointer
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '0' is not a recognized processor for this target (ignoring processor)
aes.c: '+0' is not a recognized feature for this target (ignoring feature)
aes.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: /tmp/cc-sPcn1B.s: Assembler messages:
encrypt.c: /tmp/cc-sPcn1B.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-sPcn1B.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-sPcn1B.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-sPcn1B.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-sPcn1B.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-sPcn1B.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-sPcn1B.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-sPcn1B.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-sPcn1B.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-sPcn1B.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-sPcn1B.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-sPcn1B.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-sPcn1B.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-sPcn1B.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-sPcn1B.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-sPcn1B.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-sPcn1B.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-sPcn1B.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-sPcn1B.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-sPcn1B.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.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_aead/aegis256/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
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '0' is not a recognized processor for this target (ignoring processor)
aes.c: '+0' is not a recognized feature for this target (ignoring feature)
aes.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: /tmp/cc-9Gb4mN.s: Assembler messages:
encrypt.c: /tmp/cc-9Gb4mN.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9Gb4mN.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9Gb4mN.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9Gb4mN.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9Gb4mN.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9Gb4mN.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9Gb4mN.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9Gb4mN.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9Gb4mN.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9Gb4mN.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9Gb4mN.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9Gb4mN.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9Gb4mN.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9Gb4mN.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9Gb4mN.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9Gb4mN.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9Gb4mN.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9Gb4mN.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9Gb4mN.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9Gb4mN.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.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_aead/aegis256/ref
Compiler: clang -O3 -fwrapv -march=native -fomit-frame-pointer
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '0' is not a recognized processor for this target (ignoring processor)
aes.c: '+0' is not a recognized feature for this target (ignoring feature)
aes.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: /tmp/cc-AFxDji.s: Assembler messages:
encrypt.c: /tmp/cc-AFxDji.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-AFxDji.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-AFxDji.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-AFxDji.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-AFxDji.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-AFxDji.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-AFxDji.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-AFxDji.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-AFxDji.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-AFxDji.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-AFxDji.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-AFxDji.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-AFxDji.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-AFxDji.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-AFxDji.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-AFxDji.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-AFxDji.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-AFxDji.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-AFxDji.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-AFxDji.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/aegis256/ref
Compiler: clang -O3 -fwrapv -march=native -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '0' is not a recognized processor for this target (ignoring processor)
aes.c: '+0' is not a recognized feature for this target (ignoring feature)
aes.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
encrypt.c: '0' is not a recognized processor for this target (ignoring processor)
encrypt.c: /tmp/cc-77U1ee.s: Assembler messages:
encrypt.c: /tmp/cc-77U1ee.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-77U1ee.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-77U1ee.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-77U1ee.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-77U1ee.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-77U1ee.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-77U1ee.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-77U1ee.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-77U1ee.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-77U1ee.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-77U1ee.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-77U1ee.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-77U1ee.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-77U1ee.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-77U1ee.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-77U1ee.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-77U1ee.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-77U1ee.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-77U1ee.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-77U1ee.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.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_aead/aegis256/ref
Compiler: clang -O3 -fwrapv -mavx2 -fomit-frame-pointer
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '+' is not a recognized feature for this target (ignoring feature)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '+' is not a recognized feature for this target (ignoring feature)
encrypt.c: /tmp/cc-UlbTli.s: Assembler messages:
encrypt.c: /tmp/cc-UlbTli.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-UlbTli.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-UlbTli.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-UlbTli.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-UlbTli.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-UlbTli.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-UlbTli.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-UlbTli.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-UlbTli.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-UlbTli.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-UlbTli.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-UlbTli.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-UlbTli.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-UlbTli.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-UlbTli.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-UlbTli.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-UlbTli.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-UlbTli.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-UlbTli.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-UlbTli.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-UlbTli.s:379: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-UlbTli.s:379: Warning: Macro instruction expanded into multiple instructions
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/aegis256/ref
Compiler: clang -O3 -fwrapv -mavx2 -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '+' is not a recognized feature for this target (ignoring feature)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '+' is not a recognized feature for this target (ignoring feature)
encrypt.c: /tmp/cc-mR3GcX.s: Assembler messages:
encrypt.c: /tmp/cc-mR3GcX.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-mR3GcX.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-mR3GcX.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-mR3GcX.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-mR3GcX.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-mR3GcX.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-mR3GcX.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-mR3GcX.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-mR3GcX.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-mR3GcX.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-mR3GcX.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-mR3GcX.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-mR3GcX.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-mR3GcX.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-mR3GcX.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-mR3GcX.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-mR3GcX.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-mR3GcX.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-mR3GcX.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-mR3GcX.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-mR3GcX.s:379: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-mR3GcX.s:379: Warning: Macro instruction expanded into multiple instructions
encrypt.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_aead/aegis256/ref
Compiler: clang -O3 -fwrapv -mavx -fomit-frame-pointer
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '+' is not a recognized feature for this target (ignoring feature)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '+' is not a recognized feature for this target (ignoring feature)
encrypt.c: /tmp/cc-kT2PGC.s: Assembler messages:
encrypt.c: /tmp/cc-kT2PGC.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-kT2PGC.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-kT2PGC.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-kT2PGC.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-kT2PGC.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-kT2PGC.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-kT2PGC.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-kT2PGC.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-kT2PGC.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-kT2PGC.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-kT2PGC.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-kT2PGC.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-kT2PGC.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-kT2PGC.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-kT2PGC.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-kT2PGC.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-kT2PGC.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-kT2PGC.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-kT2PGC.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-kT2PGC.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-kT2PGC.s:379: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-kT2PGC.s:379: Warning: Macro instruction expanded into multiple instructions
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/aegis256/ref
Compiler: clang -O3 -fwrapv -mavx -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
aes.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
aes.c: '+' is not a recognized feature for this target (ignoring feature)
encrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
encrypt.c: '+' is not a recognized feature for this target (ignoring feature)
encrypt.c: /tmp/cc-quZai9.s: Assembler messages:
encrypt.c: /tmp/cc-quZai9.s:68: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-quZai9.s:68: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-quZai9.s:74: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-quZai9.s:74: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-quZai9.s:79: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-quZai9.s:79: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-quZai9.s:84: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-quZai9.s:84: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-quZai9.s:89: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-quZai9.s:89: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-quZai9.s:94: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-quZai9.s:94: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-quZai9.s:99: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-quZai9.s:99: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-quZai9.s:196: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-quZai9.s:196: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-quZai9.s:262: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-quZai9.s:262: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-quZai9.s:373: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-quZai9.s:373: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-quZai9.s:379: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-quZai9.s:379: Warning: Macro instruction expanded into multiple instructions
encrypt.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