diff options
Diffstat (limited to 'vec_vsx_double2.h')
-rw-r--r-- | vec_vsx_double2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vec_vsx_double2.h b/vec_vsx_double2.h index 562969a..4b8c57c 100644 --- a/vec_vsx_double2.h +++ b/vec_vsx_double2.h @@ -366,7 +366,7 @@ namespace vecmathlib { static int const alignment = sizeof(vector_t); static char const* name() { return "<VSX:2*double>"; } - void barrier() { __asm__("": "+v" (v)); } + void barrier() { __asm__("": "+v"(v)); } static_assert(size * sizeof(real_t) == sizeof(vector_t), "vector size is wrong"); |