summaryrefslogtreecommitdiffstats
path: root/vec_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'vec_test.h')
-rw-r--r--vec_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vec_test.h b/vec_test.h
index c88322e..fee25a5 100644
--- a/vec_test.h
+++ b/vec_test.h
@@ -418,7 +418,7 @@ namespace vecmathlib {
}
return name_.c_str();
}
- inline void barrier()
+ void barrier()
{
#if defined __GNUC__ && !defined __clang__ && !defined __ICC
// GCC crashes when +X is used as constraint
OpenPOWER on IntegriCloud