Implementation notes: mipso32, h1mips, crypto_aead/aegis128

Computer: h1mips
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20140622
Operation: crypto_aead
Primitive: aegis128
TimeImplementationCompilerBenchmark dateSUPERCOP version
270888refgcc -funroll-loops -mabi=32 -O2 -fomit-frame-pointer2014053020140525
271082refgcc -funroll-loops -mabi=32 -O3 -fomit-frame-pointer2014053020140525
271132refgcc -funroll-loops -O3 -fomit-frame-pointer2014053020140525
271232refgcc -funroll-loops -O2 -fomit-frame-pointer2014053020140525
274320refgcc -O3 -fomit-frame-pointer2014053020140525
274334refgcc -mabi=32 -O3 -fomit-frame-pointer2014053020140525
274792refgcc -O2 -fomit-frame-pointer2014053020140525
274864refgcc -mabi=32 -O2 -fomit-frame-pointer2014053020140525
278994refgcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer2014053020140525
279082refgcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer2014053020140525
304964refgcc -funroll-loops -mabi=32 -Os -fomit-frame-pointer2014053020140525
304978refgcc -funroll-loops -Os -fomit-frame-pointer2014053020140525
307244refgcc -Os -fomit-frame-pointer2014053020140525
307292refgcc -mabi=32 -Os -fomit-frame-pointer2014053020140525
316332refgcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer2014053020140525
337464refgcc -fno-schedule-insns -O3 -fomit-frame-pointer2014053020140525
337922refgcc -fno-schedule-insns -O2 -fomit-frame-pointer2014053020140525
361798refgcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer2014053020140525
361802refgcc -funroll-loops -mabi=32 -O -fomit-frame-pointer2014053020140525
361844refgcc -funroll-loops -O -fomit-frame-pointer2014053020140525
362134refgcc -fno-schedule-insns -O -fomit-frame-pointer2014053020140525
362272refgcc -O -fomit-frame-pointer2014053020140525
362292refgcc -mabi=32 -O -fomit-frame-pointer2014053020140525
369060refgcc -fno-schedule-insns -Os -fomit-frame-pointer2014053020140525
736968refgcc -funroll-loops2014053020140525
736972refcc2014053020140525
736972refgcc2014053020140525

Compiler output

Implementation: crypto_aead/aegis128/aesni
Compiler: cc
encrypt.c: encrypt.c:4:24: error: immintrin.h: No such file or directory
encrypt.c: encrypt.c:5:24: error: wmmintrin.h: No such file or directory
encrypt.c: encrypt.c:15: error: expected declaration specifiers or '...' before '__m128i'
encrypt.c: encrypt.c: In function 'aegis128_initialization':
encrypt.c: encrypt.c:19: error: '__m128i' undeclared (first use in this function)
encrypt.c: encrypt.c:19: error: (Each undeclared identifier is reported only once
encrypt.c: encrypt.c:19: error: for each function it appears in.)
encrypt.c: encrypt.c:19: error: expected ';' before 'tmp'
encrypt.c: encrypt.c:20: error: expected ';' before 'keytmp'
encrypt.c: encrypt.c:21: error: expected ';' before 'ivtmp'
encrypt.c: encrypt.c:23: error: 'state' undeclared (first use in this function)
encrypt.c: encrypt.c:23: error: 'ivtmp' undeclared (first use in this function)
encrypt.c: encrypt.c:26: error: 'keytmp' undeclared (first use in this function)
encrypt.c: encrypt.c:33: error: 'tmp' undeclared (first use in this function)
encrypt.c: encrypt.c: At top level:
encrypt.c: encrypt.c:48: error: expected declaration specifiers or '...' before '__m128i'
encrypt.c: encrypt.c: In function 'aegis128_tag_generation':
encrypt.c: encrypt.c:52: error: '__m128i' undeclared (first use in this function)
encrypt.c: encrypt.c:52: error: expected ';' before 'tmp'
encrypt.c: encrypt.c:53: error: expected ';' before 'msgtmp'
encrypt.c: encrypt.c:60: error: 'msgtmp' undeclared (first use in this function)
encrypt.c: encrypt.c:60: error: expected expression before ')' token
encrypt.c: encrypt.c:62: error: 'state' undeclared (first use in this function)
encrypt.c: encrypt.c:66: error: 'tmp' undeclared (first use in this function)
encrypt.c: encrypt.c:82: error: expected expression before ')' token
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/aegis128/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-cr4Mrw.s: Assembler messages:
encrypt.c: /tmp/cc-cr4Mrw.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-cr4Mrw.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-cr4Mrw.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-cr4Mrw.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-cr4Mrw.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-cr4Mrw.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-cr4Mrw.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-cr4Mrw.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-cr4Mrw.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-cr4Mrw.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-cr4Mrw.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-cr4Mrw.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-cr4Mrw.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-cr4Mrw.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-cr4Mrw.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-cr4Mrw.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-cr4Mrw.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-cr4Mrw.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-cr4Mrw.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-cr4Mrw.s:484: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-cr4Mrw.s:490: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-cr4Mrw.s:490: 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/aegis128/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/aegis128/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-RZt8cy.s: Assembler messages:
encrypt.c: /tmp/cc-RZt8cy.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-RZt8cy.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-RZt8cy.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-RZt8cy.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-RZt8cy.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-RZt8cy.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-RZt8cy.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-RZt8cy.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-RZt8cy.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-RZt8cy.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-RZt8cy.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-RZt8cy.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-RZt8cy.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-RZt8cy.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-RZt8cy.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-RZt8cy.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-RZt8cy.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-RZt8cy.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-RZt8cy.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-RZt8cy.s:484: 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/aegis128/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-GFv7lP.s: Assembler messages:
encrypt.c: /tmp/cc-GFv7lP.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-GFv7lP.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-GFv7lP.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-GFv7lP.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-GFv7lP.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-GFv7lP.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-GFv7lP.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-GFv7lP.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-GFv7lP.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-GFv7lP.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-GFv7lP.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-GFv7lP.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-GFv7lP.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-GFv7lP.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-GFv7lP.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-GFv7lP.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-GFv7lP.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-GFv7lP.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-GFv7lP.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-GFv7lP.s:484: 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/aegis128/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-es9ynP.s: Assembler messages:
encrypt.c: /tmp/cc-es9ynP.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-es9ynP.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-es9ynP.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-es9ynP.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-es9ynP.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-es9ynP.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-es9ynP.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-es9ynP.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-es9ynP.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-es9ynP.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-es9ynP.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-es9ynP.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-es9ynP.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-es9ynP.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-es9ynP.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-es9ynP.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-es9ynP.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-es9ynP.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-es9ynP.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-es9ynP.s:484: 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/aegis128/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-9vQ3pi.s: Assembler messages:
encrypt.c: /tmp/cc-9vQ3pi.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9vQ3pi.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9vQ3pi.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9vQ3pi.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9vQ3pi.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9vQ3pi.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9vQ3pi.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9vQ3pi.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9vQ3pi.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9vQ3pi.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9vQ3pi.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9vQ3pi.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9vQ3pi.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9vQ3pi.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9vQ3pi.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9vQ3pi.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9vQ3pi.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9vQ3pi.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-9vQ3pi.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-9vQ3pi.s:484: 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/aegis128/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-LcHoWK.s: Assembler messages:
encrypt.c: /tmp/cc-LcHoWK.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-LcHoWK.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-LcHoWK.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-LcHoWK.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-LcHoWK.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-LcHoWK.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-LcHoWK.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-LcHoWK.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-LcHoWK.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-LcHoWK.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-LcHoWK.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-LcHoWK.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-LcHoWK.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-LcHoWK.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-LcHoWK.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-LcHoWK.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-LcHoWK.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-LcHoWK.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-LcHoWK.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-LcHoWK.s:484: 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/aegis128/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-qAHfcb.s: Assembler messages:
encrypt.c: /tmp/cc-qAHfcb.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-qAHfcb.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-qAHfcb.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-qAHfcb.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-qAHfcb.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-qAHfcb.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-qAHfcb.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-qAHfcb.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-qAHfcb.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-qAHfcb.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-qAHfcb.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-qAHfcb.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-qAHfcb.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-qAHfcb.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-qAHfcb.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-qAHfcb.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-qAHfcb.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-qAHfcb.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-qAHfcb.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-qAHfcb.s:484: 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/aegis128/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-xpNPeL.s: Assembler messages:
encrypt.c: /tmp/cc-xpNPeL.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-xpNPeL.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-xpNPeL.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-xpNPeL.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-xpNPeL.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-xpNPeL.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-xpNPeL.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-xpNPeL.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-xpNPeL.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-xpNPeL.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-xpNPeL.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-xpNPeL.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-xpNPeL.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-xpNPeL.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-xpNPeL.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-xpNPeL.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-xpNPeL.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-xpNPeL.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-xpNPeL.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-xpNPeL.s:484: 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/aegis128/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-CYAy36.s: Assembler messages:
encrypt.c: /tmp/cc-CYAy36.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-CYAy36.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-CYAy36.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-CYAy36.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-CYAy36.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-CYAy36.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-CYAy36.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-CYAy36.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-CYAy36.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-CYAy36.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-CYAy36.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-CYAy36.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-CYAy36.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-CYAy36.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-CYAy36.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-CYAy36.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-CYAy36.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-CYAy36.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-CYAy36.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-CYAy36.s:484: 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/aegis128/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-bC2nmb.s: Assembler messages:
encrypt.c: /tmp/cc-bC2nmb.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-bC2nmb.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-bC2nmb.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-bC2nmb.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-bC2nmb.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-bC2nmb.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-bC2nmb.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-bC2nmb.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-bC2nmb.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-bC2nmb.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-bC2nmb.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-bC2nmb.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-bC2nmb.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-bC2nmb.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-bC2nmb.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-bC2nmb.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-bC2nmb.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-bC2nmb.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-bC2nmb.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-bC2nmb.s:484: 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/aegis128/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-0oUY65.s: Assembler messages:
encrypt.c: /tmp/cc-0oUY65.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-0oUY65.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-0oUY65.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-0oUY65.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-0oUY65.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-0oUY65.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-0oUY65.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-0oUY65.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-0oUY65.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-0oUY65.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-0oUY65.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-0oUY65.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-0oUY65.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-0oUY65.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-0oUY65.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-0oUY65.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-0oUY65.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-0oUY65.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-0oUY65.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-0oUY65.s:484: 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/aegis128/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-Gr31QG.s: Assembler messages:
encrypt.c: /tmp/cc-Gr31QG.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Gr31QG.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Gr31QG.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Gr31QG.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Gr31QG.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Gr31QG.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Gr31QG.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Gr31QG.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Gr31QG.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Gr31QG.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Gr31QG.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Gr31QG.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Gr31QG.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Gr31QG.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Gr31QG.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Gr31QG.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Gr31QG.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Gr31QG.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Gr31QG.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Gr31QG.s:484: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-Gr31QG.s:490: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-Gr31QG.s:490: 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/aegis128/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-yXcVCM.s: Assembler messages:
encrypt.c: /tmp/cc-yXcVCM.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-yXcVCM.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-yXcVCM.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-yXcVCM.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-yXcVCM.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-yXcVCM.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-yXcVCM.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-yXcVCM.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-yXcVCM.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-yXcVCM.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-yXcVCM.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-yXcVCM.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-yXcVCM.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-yXcVCM.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-yXcVCM.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-yXcVCM.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-yXcVCM.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-yXcVCM.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-yXcVCM.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-yXcVCM.s:484: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-yXcVCM.s:490: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-yXcVCM.s:490: 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/aegis128/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-STlPiv.s: Assembler messages:
encrypt.c: /tmp/cc-STlPiv.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-STlPiv.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-STlPiv.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-STlPiv.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-STlPiv.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-STlPiv.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-STlPiv.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-STlPiv.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-STlPiv.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-STlPiv.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-STlPiv.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-STlPiv.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-STlPiv.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-STlPiv.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-STlPiv.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-STlPiv.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-STlPiv.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-STlPiv.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-STlPiv.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-STlPiv.s:484: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-STlPiv.s:490: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-STlPiv.s:490: 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/aegis128/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-G0Mlzp.s: Assembler messages:
encrypt.c: /tmp/cc-G0Mlzp.s:33: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-G0Mlzp.s:33: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-G0Mlzp.s:165: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-G0Mlzp.s:165: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-G0Mlzp.s:178: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-G0Mlzp.s:178: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-G0Mlzp.s:333: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-G0Mlzp.s:333: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-G0Mlzp.s:342: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-G0Mlzp.s:342: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-G0Mlzp.s:352: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-G0Mlzp.s:352: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-G0Mlzp.s:362: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-G0Mlzp.s:362: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-G0Mlzp.s:371: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-G0Mlzp.s:371: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-G0Mlzp.s:377: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-G0Mlzp.s:377: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-G0Mlzp.s:484: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-G0Mlzp.s:484: Warning: Macro instruction expanded into multiple instructions
encrypt.c: /tmp/cc-G0Mlzp.s:490: Warning: No .cprestore pseudo-op used in PIC code
encrypt.c: /tmp/cc-G0Mlzp.s:490: 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