mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 07:40:24 +00:00
video_codec: Remove sse compatibility macro
bsrli and bssli are supported since gcc 4.8 and clang 3.7 (7 years old). Supporting older compilers does not make sense anymore since UltraGrid needs c++17 support.
This commit is contained in:
@@ -81,13 +81,6 @@
|
||||
|
||||
#ifdef __SSSE3__
|
||||
#include "tmmintrin.h"
|
||||
// compat with older Clang compiler
|
||||
#ifndef _mm_bslli_si128
|
||||
#define _mm_bslli_si128 _mm_slli_si128
|
||||
#endif
|
||||
#ifndef _mm_bsrli_si128
|
||||
#define _mm_bsrli_si128 _mm_srli_si128
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user