summaryrefslogtreecommitdiffstats
path: root/vec_sse_float4.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-07-02 22:41:16 -0400
committerErik Schnetter <schnetter@gmail.com>2013-07-02 22:41:16 -0400
commit625df968eefb5f2226fcecf022ea7a1df0667e8e (patch)
tree71662ff76b4e1532415da91401f2f768dd74e9e2 /vec_sse_float4.h
parent440d92f0a53e0d09773f4a1ee796bc835e1ec9dc (diff)
downloadvecmathlib-625df968eefb5f2226fcecf022ea7a1df0667e8e.zip
vecmathlib-625df968eefb5f2226fcecf022ea7a1df0667e8e.tar.gz
Whitespace change in asm intrinsics
Diffstat (limited to 'vec_sse_float4.h')
-rw-r--r--vec_sse_float4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vec_sse_float4.h b/vec_sse_float4.h
index 366c7bb..2f1be19 100644
--- a/vec_sse_float4.h
+++ b/vec_sse_float4.h
@@ -314,7 +314,7 @@ namespace vecmathlib {
static int const alignment = sizeof(vector_t);
static char const* name() { return "<SSE2:4*float>"; }
- void barrier() { __asm__("": "+x" (v)); }
+ void barrier() { __asm__("": "+x"(v)); }
static_assert(size * sizeof(real_t) == sizeof(vector_t),
"vector size is wrong");
OpenPOWER on IntegriCloud