summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vec_builtin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vec_builtin.h b/vec_builtin.h
index e6cde58..d1afca7 100644
--- a/vec_builtin.h
+++ b/vec_builtin.h
@@ -335,8 +335,8 @@ namespace vecmathlib {
}
return name_.c_str();
}
- void barrier() { volatile vector_t x __attribute__((__unused__)) = v; }
#endif
+ void barrier() { volatile vector_t x __attribute__((__unused__)) = v; }
typedef boolbuiltinvec<real_t, size> boolvec_t;
typedef intbuiltinvec<real_t, size> intvec_t;
OpenPOWER on IntegriCloud