diff options
-rw-r--r-- | CMakeLists.txt | 2 |
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 "") |