Implementation notes: x86, thoth, crypto_aead/deoxyseq256128v1

Computer: thoth
Architecture: x86
CPU ID: AuthenticAMD-00000622-0183f9ff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: deoxyseq256128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
5933469refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072620160724
6120336refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072620160724
8961687refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072620160724
12785880refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072620160724
12849363refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072620160724

Compiler output

Implementation: crypto_aead/deoxyseq256128v1/opt
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
deoxys-256.c: deoxys-256.c:75:34: error: always_inline function '_mm_set_epi8' requires target feature 'sse2', but would be inlined into function 'XLS' that is compiled without support for 'sse2'
deoxys-256.c: const __m128i STAGE_MASK = constant8( 0x0f ,0xff,0xff,0xff, 0xff,0xff,0xff,0xff, 0xff,0xff,0xff,0xff, 0xff,0xff,0xff,0xff );
deoxys-256.c: ^
deoxys-256.c: ./tweakable-cipher.macros:12:76: note: expanded from macro 'constant8'
deoxys-256.c: #define constant8(b15,b14,b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,b2,b1,b0) _mm_set_epi8 ((b0),(b1),(b2),(b3),(b4),(b5),(b6),(b7),(b8),(b9),(b10),(b11),(b12),(b13),(b14),(b15))
deoxys-256.c: ^
deoxys-256.c: deoxys-256.c:76:36: error: always_inline function '_mm_set_epi8' requires target feature 'sse2', but would be inlined into function 'XLS' that is compiled without support for 'sse2'
deoxys-256.c: const __m128i BLOCK_MASK = constant8( 0xff ,0xff,0xff,0xff, 0xff,0xff,0xff,0xff, 0xf0,0x00,0x00,0x00, 0x00,0x00,0x00,0x00 );
deoxys-256.c: ^
deoxys-256.c: ./tweakable-cipher.macros:12:76: note: expanded from macro 'constant8'
deoxys-256.c: #define constant8(b15,b14,b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,b2,b1,b0) _mm_set_epi8 ((b0),(b1),(b2),(b3),(b4),(b5),(b6),(b7),(b8),(b9),(b10),(b11),(b12),(b13),(b14),(b15))
deoxys-256.c: ^
deoxys-256.c: deoxys-256.c:77:30: error: always_inline function '_mm_set_epi8' requires target feature 'sse2', but would be inlined into function 'XLS' that is compiled without support for 'sse2'
deoxys-256.c: const __m128i MSB_XLS1 = constant8( (0x8 deoxys-256.c: ^
deoxys-256.c: ./tweakable-cipher.macros:12:76: note: expanded from macro 'constant8'
deoxys-256.c: #define constant8(b15,b14,b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,b2,b1,b0) _mm_set_epi8 ((b0),(b1),(b2),(b3),(b4),(b5),(b6),(b7),(b8),(b9),(b10),(b11),(b12),(b13),(b14),(b15))
deoxys-256.c: ^
deoxys-256.c: deoxys-256.c:78:30: error: always_inline function '_mm_set_epi8' requires target feature 'sse2', but would be inlined into function 'XLS' that is compiled without support for 'sse2'
deoxys-256.c: const __m128i MSB_XLS2 = constant8( (0x9 deoxys-256.c: ^
deoxys-256.c: ./tweakable-cipher.macros:12:76: note: expanded from macro 'constant8'
deoxys-256.c: #define constant8(b15,b14,b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,b2,b1,b0) _mm_set_epi8 ((b0),(b1),(b2),(b3),(b4),(b5),(b6),(b7),(b8),(b9),(b10),(b11),(b12),(b13),(b14),(b15))
deoxys-256.c: ^
deoxys-256.c: deoxys-256.c:79:35: error: always_inline function '_mm_set_epi8' requires target feature 'sse2', but would be inlined into function 'XLS' that is compiled without support for 'sse2'
deoxys-256.c: ...

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

Compiler output

Implementation: crypto_aead/deoxyseq256128v1/opt
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
deoxys-256.c: deoxys-256.c: In function 'XLS':
deoxys-256.c: deoxys-256.c:75:17: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi]
deoxys-256.c: const __m128i STAGE_MASK = constant8( 0x0f ,0xff,0xff,0xff, 0xff,0xff,0xff,0xff, 0xff,0xff,0xff,0xff, 0xff,0xff,0xff,0xff );
deoxys-256.c: ^
deoxys-256.c: In file included from /usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:1249:0,
deoxys-256.c: from deoxys-256.c:25:
deoxys-256.c: /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:690:1: error: inlining failed in call to always_inline '_mm_load_si128': target specific option mismatch
deoxys-256.c: _mm_load_si128 (__m128i const *__P)
deoxys-256.c: ^
deoxys-256.c: deoxys-256.c:91:9: error: called from here
deoxys-256.c: State = load( (__m128i *) ( M1 ) );
deoxys-256.c: ^
deoxys-256.c: In file included from /usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:1249:0,
deoxys-256.c: from deoxys-256.c:25:
deoxys-256.c: /usr/lib/gcc/i686-linux-gnu/5/include/emmintrin.h:1286:1: error: inlining failed in call to always_inline '_mm_xor_si128': target specific option mismatch
deoxys-256.c: _mm_xor_si128 (__m128i __A, __m128i __B)
deoxys-256.c: ^
deoxys-256.c: In file included from deoxys-256.c:30:0:
deoxys-256.c: ae.macros:146:8: error: called from here
deoxys-256.c: Tw = xor ( and(Tw, BLOCK_MASK), tmp );
deoxys-256.c: ^
deoxys-256.c: deoxys-256.c:90:3: note: in expansion of macro 'SET_BLOCK_NO_IN_TWEAK'
deoxys-256.c: SET_BLOCK_NO_IN_TWEAK( Tweak, l );
deoxys-256.c: ^
deoxys-256.c: In file included from /usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:1249:0,
deoxys-256.c: ...

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv opt
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv opt
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv opt
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv opt