Implementation notes: mipso32, h1mips, crypto_aead/aegis128l

Computer: h1mips
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20140622
Operation: crypto_aead
Primitive: aegis128l
TimeImplementationCompilerBenchmark dateSUPERCOP version
240030refgcc -funroll-loops -mabi=32 -O2 -fomit-frame-pointer2014053020140525
240050refgcc -funroll-loops -O2 -fomit-frame-pointer2014053020140525
240126refgcc -funroll-loops -mabi=32 -O3 -fomit-frame-pointer2014053020140525
240268refgcc -funroll-loops -O3 -fomit-frame-pointer2014053020140525
243476refgcc -O3 -fomit-frame-pointer2014053020140525
243572refgcc -mabi=32 -O3 -fomit-frame-pointer2014053020140525
244790refgcc -mabi=32 -O2 -fomit-frame-pointer2014053020140525
244804refgcc -O2 -fomit-frame-pointer2014053020140525
248328refgcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer2014053020140525
248568refgcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer2014053020140525
259576refgcc -funroll-loops -mabi=32 -Os -fomit-frame-pointer2014053020140525
259824refgcc -funroll-loops -Os -fomit-frame-pointer2014053020140525
261432refgcc -mabi=32 -Os -fomit-frame-pointer2014053020140525
261696refgcc -Os -fomit-frame-pointer2014053020140525
267920refgcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer2014053020140525
295866refgcc -fno-schedule-insns -O3 -fomit-frame-pointer2014053020140525
296428refgcc -fno-schedule-insns -O2 -fomit-frame-pointer2014053020140525
314096refgcc -fno-schedule-insns -Os -fomit-frame-pointer2014053020140525
316338refgcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer2014053020140525
316348refgcc -funroll-loops -O -fomit-frame-pointer2014053020140525
316380refgcc -funroll-loops -mabi=32 -O -fomit-frame-pointer2014053020140525
316748refgcc -O -fomit-frame-pointer2014053020140525
316814refgcc -mabi=32 -O -fomit-frame-pointer2014053020140525
316816refgcc -fno-schedule-insns -O -fomit-frame-pointer2014053020140525
641550refcc2014053020140525
642506refgcc2014053020140525
642518refgcc -funroll-loops2014053020140525

Compiler output

Implementation: crypto_aead/aegis128l/aesnia
Compiler: cc
encrypt.c: encrypt.c:4:25: error: immintrin.h: No such file or directory
encrypt.c: encrypt.c:5:25: 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 'aegis128L_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 'keytmp'
encrypt.c: encrypt.c:20: error: expected ';' before 'ivtmp'
encrypt.c: encrypt.c:22: error: 'state' undeclared (first use in this function)
encrypt.c: encrypt.c:22: error: 'keytmp' undeclared (first use in this function)
encrypt.c: encrypt.c:22: error: 'ivtmp' 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:50: error: expected declaration specifiers or '...' before '__m128i'
encrypt.c: encrypt.c: In function 'aegis128L_tag_generation':
encrypt.c: encrypt.c:54: error: '__m128i' undeclared (first use in this function)
encrypt.c: encrypt.c:54: error: expected ';' before 'tmp'
encrypt.c: encrypt.c:55: error: expected ';' before 'msgtmp'
encrypt.c: encrypt.c:64: error: 'msgtmp' undeclared (first use in this function)
encrypt.c: encrypt.c:64: error: expected expression before ')' token
encrypt.c: encrypt.c:66: error: 'state' undeclared (first use in this function)
encrypt.c: encrypt.c:70: error: 'tmp' undeclared (first use in this function)
encrypt.c: encrypt.c:92: error: expected expression before ')' token
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '+' is not a recognized feature for this target (ignoring feature)
ecrypt.c: /tmp/cc-TVURTK.s: Assembler messages:
ecrypt.c: /tmp/cc-TVURTK.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-TVURTK.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-TVURTK.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-TVURTK.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-TVURTK.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-TVURTK.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-TVURTK.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-TVURTK.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-TVURTK.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-TVURTK.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-TVURTK.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-TVURTK.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-TVURTK.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-TVURTK.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-TVURTK.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-TVURTK.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-TVURTK.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-TVURTK.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-TVURTK.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-TVURTK.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-TVURTK.s:218: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-TVURTK.s:218: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: ...

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

Compiler output

Implementation: crypto_aead/aegis128l/aesnia
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: 45, namely:
CompilerImplementations
clang -O3 -fomit-frame-pointer aesnia aesnib aesnic
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer aesnia aesnib aesnic
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive aesnia aesnib aesnic
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer aesnia aesnib aesnic
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive aesnia aesnib aesnic
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fomit-frame-pointer aesnia aesnib aesnic
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive aesnia aesnib aesnic
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fomit-frame-pointer aesnia aesnib aesnic
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive aesnia aesnib aesnic
clang -O3 -fwrapv -march=native -fomit-frame-pointer aesnia aesnib aesnic
clang -O3 -fwrapv -march=native -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer aesnia aesnib aesnic
clang -O3 -fwrapv -mavx2 -fomit-frame-pointer aesnia aesnib aesnic
clang -O3 -fwrapv -mavx2 -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer aesnia aesnib aesnic
clang -O3 -fwrapv -mavx -fomit-frame-pointer aesnia aesnib aesnic
clang -O3 -fwrapv -mavx -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer aesnia aesnib aesnic

Compiler output

Implementation: crypto_aead/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: /tmp/cc-QhOEQY.s: Assembler messages:
ecrypt.c: /tmp/cc-QhOEQY.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-QhOEQY.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-QhOEQY.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-QhOEQY.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-QhOEQY.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-QhOEQY.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-QhOEQY.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-QhOEQY.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-QhOEQY.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-QhOEQY.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-QhOEQY.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-QhOEQY.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-QhOEQY.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-QhOEQY.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-QhOEQY.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-QhOEQY.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-QhOEQY.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-QhOEQY.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-QhOEQY.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-QhOEQY.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.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/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: /tmp/cc-OnkA0T.s: Assembler messages:
ecrypt.c: /tmp/cc-OnkA0T.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-OnkA0T.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-OnkA0T.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-OnkA0T.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-OnkA0T.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-OnkA0T.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-OnkA0T.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-OnkA0T.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-OnkA0T.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-OnkA0T.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-OnkA0T.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-OnkA0T.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-OnkA0T.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-OnkA0T.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-OnkA0T.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-OnkA0T.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-OnkA0T.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-OnkA0T.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-OnkA0T.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-OnkA0T.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.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/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: /tmp/cc-q5Zm4o.s: Assembler messages:
ecrypt.c: /tmp/cc-q5Zm4o.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-q5Zm4o.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-q5Zm4o.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-q5Zm4o.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-q5Zm4o.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-q5Zm4o.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-q5Zm4o.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-q5Zm4o.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-q5Zm4o.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-q5Zm4o.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-q5Zm4o.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-q5Zm4o.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-q5Zm4o.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-q5Zm4o.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-q5Zm4o.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-q5Zm4o.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-q5Zm4o.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-q5Zm4o.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-q5Zm4o.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-q5Zm4o.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.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/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: /tmp/cc-yzpQ1h.s: Assembler messages:
ecrypt.c: /tmp/cc-yzpQ1h.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-yzpQ1h.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-yzpQ1h.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-yzpQ1h.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-yzpQ1h.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-yzpQ1h.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-yzpQ1h.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-yzpQ1h.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-yzpQ1h.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-yzpQ1h.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-yzpQ1h.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-yzpQ1h.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-yzpQ1h.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-yzpQ1h.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-yzpQ1h.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-yzpQ1h.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-yzpQ1h.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-yzpQ1h.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-yzpQ1h.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-yzpQ1h.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.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/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: /tmp/cc-qYYVx4.s: Assembler messages:
ecrypt.c: /tmp/cc-qYYVx4.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-qYYVx4.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-qYYVx4.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-qYYVx4.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-qYYVx4.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-qYYVx4.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-qYYVx4.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-qYYVx4.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-qYYVx4.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-qYYVx4.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-qYYVx4.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-qYYVx4.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-qYYVx4.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-qYYVx4.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-qYYVx4.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-qYYVx4.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-qYYVx4.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-qYYVx4.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-qYYVx4.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-qYYVx4.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.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/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: /tmp/cc-woR3sd.s: Assembler messages:
ecrypt.c: /tmp/cc-woR3sd.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-woR3sd.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-woR3sd.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-woR3sd.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-woR3sd.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-woR3sd.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-woR3sd.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-woR3sd.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-woR3sd.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-woR3sd.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-woR3sd.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-woR3sd.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-woR3sd.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-woR3sd.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-woR3sd.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-woR3sd.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-woR3sd.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-woR3sd.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-woR3sd.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-woR3sd.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.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/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: /tmp/cc-KZfCea.s: Assembler messages:
ecrypt.c: /tmp/cc-KZfCea.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-KZfCea.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-KZfCea.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-KZfCea.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-KZfCea.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-KZfCea.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-KZfCea.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-KZfCea.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-KZfCea.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-KZfCea.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-KZfCea.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-KZfCea.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-KZfCea.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-KZfCea.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-KZfCea.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-KZfCea.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-KZfCea.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-KZfCea.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-KZfCea.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-KZfCea.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.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/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: /tmp/cc-9W7GAc.s: Assembler messages:
ecrypt.c: /tmp/cc-9W7GAc.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-9W7GAc.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-9W7GAc.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-9W7GAc.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-9W7GAc.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-9W7GAc.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-9W7GAc.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-9W7GAc.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-9W7GAc.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-9W7GAc.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-9W7GAc.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-9W7GAc.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-9W7GAc.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-9W7GAc.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-9W7GAc.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-9W7GAc.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-9W7GAc.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-9W7GAc.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-9W7GAc.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-9W7GAc.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.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/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: /tmp/cc-N8CVuA.s: Assembler messages:
ecrypt.c: /tmp/cc-N8CVuA.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-N8CVuA.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-N8CVuA.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-N8CVuA.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-N8CVuA.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-N8CVuA.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-N8CVuA.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-N8CVuA.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-N8CVuA.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-N8CVuA.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-N8CVuA.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-N8CVuA.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-N8CVuA.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-N8CVuA.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-N8CVuA.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-N8CVuA.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-N8CVuA.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-N8CVuA.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-N8CVuA.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-N8CVuA.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: ...

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

Compiler output

Implementation: crypto_aead/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: '+0' is not a recognized feature for this target (ignoring feature)
ecrypt.c: '0' is not a recognized processor for this target (ignoring processor)
ecrypt.c: /tmp/cc-15Bigt.s: Assembler messages:
ecrypt.c: /tmp/cc-15Bigt.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-15Bigt.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-15Bigt.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-15Bigt.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-15Bigt.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-15Bigt.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-15Bigt.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-15Bigt.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-15Bigt.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-15Bigt.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-15Bigt.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-15Bigt.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-15Bigt.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-15Bigt.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-15Bigt.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-15Bigt.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-15Bigt.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-15Bigt.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-15Bigt.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-15Bigt.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.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/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '+' is not a recognized feature for this target (ignoring feature)
ecrypt.c: /tmp/cc-MxKlwU.s: Assembler messages:
ecrypt.c: /tmp/cc-MxKlwU.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-MxKlwU.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-MxKlwU.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-MxKlwU.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-MxKlwU.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-MxKlwU.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-MxKlwU.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-MxKlwU.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-MxKlwU.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-MxKlwU.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-MxKlwU.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-MxKlwU.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-MxKlwU.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-MxKlwU.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-MxKlwU.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-MxKlwU.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-MxKlwU.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-MxKlwU.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-MxKlwU.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-MxKlwU.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-MxKlwU.s:218: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-MxKlwU.s:218: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: ...

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

Compiler output

Implementation: crypto_aead/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '+' is not a recognized feature for this target (ignoring feature)
ecrypt.c: /tmp/cc-sJdd6w.s: Assembler messages:
ecrypt.c: /tmp/cc-sJdd6w.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-sJdd6w.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-sJdd6w.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-sJdd6w.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-sJdd6w.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-sJdd6w.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-sJdd6w.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-sJdd6w.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-sJdd6w.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-sJdd6w.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-sJdd6w.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-sJdd6w.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-sJdd6w.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-sJdd6w.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-sJdd6w.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-sJdd6w.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-sJdd6w.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-sJdd6w.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-sJdd6w.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-sJdd6w.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-sJdd6w.s:218: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-sJdd6w.s:218: Warning: Macro instruction expanded into multiple instructions
ecrypt.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/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '+' is not a recognized feature for this target (ignoring feature)
ecrypt.c: /tmp/cc-BwGzpC.s: Assembler messages:
ecrypt.c: /tmp/cc-BwGzpC.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-BwGzpC.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-BwGzpC.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-BwGzpC.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-BwGzpC.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-BwGzpC.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-BwGzpC.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-BwGzpC.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-BwGzpC.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-BwGzpC.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-BwGzpC.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-BwGzpC.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-BwGzpC.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-BwGzpC.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-BwGzpC.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-BwGzpC.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-BwGzpC.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-BwGzpC.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-BwGzpC.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-BwGzpC.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-BwGzpC.s:218: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-BwGzpC.s:218: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: ...

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

Compiler output

Implementation: crypto_aead/aegis128l/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)
ecrypt.c: clang: warning: unknown platform, assuming -mfloat-abi=soft
ecrypt.c: '+' is not a recognized feature for this target (ignoring feature)
ecrypt.c: /tmp/cc-FIxHvx.s: Assembler messages:
ecrypt.c: /tmp/cc-FIxHvx.s:33: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-FIxHvx.s:33: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-FIxHvx.s:65: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-FIxHvx.s:65: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-FIxHvx.s:72: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-FIxHvx.s:72: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-FIxHvx.s:79: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-FIxHvx.s:79: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-FIxHvx.s:180: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-FIxHvx.s:180: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-FIxHvx.s:186: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-FIxHvx.s:186: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-FIxHvx.s:191: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-FIxHvx.s:191: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-FIxHvx.s:197: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-FIxHvx.s:197: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-FIxHvx.s:204: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-FIxHvx.s:204: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-FIxHvx.s:211: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-FIxHvx.s:211: Warning: Macro instruction expanded into multiple instructions
ecrypt.c: /tmp/cc-FIxHvx.s:218: Warning: No .cprestore pseudo-op used in PIC code
ecrypt.c: /tmp/cc-FIxHvx.s:218: Warning: Macro instruction expanded into multiple instructions
ecrypt.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