Skip to content
Snippets Groups Projects
Commit ff5adcb0 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[bugfix] COrrect guard of operator counting Vec8d

parent 39892db3
No related branches found
No related tags found
No related merge requests found
...@@ -590,7 +590,7 @@ static inline Vec4d blend4d(Vec4d const & a, Vec4d const & b) { ...@@ -590,7 +590,7 @@ static inline Vec4d blend4d(Vec4d const & a, Vec4d const & b) {
return r; return r;
} }
#if MAC_VECTOR_SIZE >= 512 #if MAX_VECTOR_SIZE >= 512
struct Vec8d struct Vec8d
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment