Skip to content

Commit f7b5954

Browse files
committed
yet another gcc ssse3 fix
1 parent a138add commit f7b5954

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

avs_core/filters/intel/resample_sse.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,9 @@ AVS_FORCEINLINE static void process_two_pixels_h_float(const float* src_ptr, int
410410
}
411411

412412
template<bool is_safe>
413+
#if defined(GCC) || defined(CLANG)
414+
__attribute__((__target__("ssse3")))
415+
#endif
413416
AVS_FORCEINLINE static void process_eight_pixels_h_float(const float* src, int x, float* current_coeff_base, int filter_size,
414417
__m128& zero128,
415418
float* dst,

0 commit comments

Comments
 (0)