summaryrefslogtreecommitdiffstats
path: root/vec_qpx_double4.h
diff options
context:
space:
mode:
Diffstat (limited to 'vec_qpx_double4.h')
-rw-r--r--vec_qpx_double4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vec_qpx_double4.h b/vec_qpx_double4.h
index 46cd1d0..6d05a17 100644
--- a/vec_qpx_double4.h
+++ b/vec_qpx_double4.h
@@ -346,7 +346,7 @@ namespace vecmathlib {
static int const alignment = sizeof(vector_t);
static char const* name() { return "<QPX:4*double>"; }
- void barrier() { __asm__("": "+v" (v)); }
+ void barrier() { __asm__("": "+v"(v)); }
static_assert(size * sizeof(real_t) == sizeof(vector_t),
"vector size is wrong");
OpenPOWER on IntegriCloud