Fix Resample_bsinc_SSE pointer casts.
Regression was introduced in 5ec11a017c.
This commit is contained in:
+1
-1
@@ -402,7 +402,7 @@ int main()
|
||||
IF(HAVE___BUILTIN_ASSUME_ALIGNED)
|
||||
SET(ASSUME_ALIGNED_DECL "__builtin_assume_aligned(x, y)")
|
||||
ELSE()
|
||||
SET(ASSUME_ALIGNED_DECL "x")
|
||||
SET(ASSUME_ALIGNED_DECL "(x)")
|
||||
ENDIF()
|
||||
|
||||
SET(SSE_SWITCH "")
|
||||
|
||||
Reference in New Issue
Block a user