aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Preston <[email protected]>2018-11-08 14:18:34 +0400
committerJohn Preston <[email protected]>2018-11-08 14:18:34 +0400
commitc354ba2d2ed92543d68ebeb84b1f7de591b71daf (patch)
tree6bf9a6a18ef08631f4a50106055c23aebe5d6390
parent6761218e51699f46bf25c377e65b3e9ea5e434b9 (diff)
Fix Resample_bsinc_SSE pointer casts.
Regression was introduced in 5ec11a017c.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 39b80250..6fea142a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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 "")