summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vec_pseudo.h2
-rw-r--r--vec_test.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/vec_pseudo.h b/vec_pseudo.h
index 0af1c77..4e74379 100644
--- a/vec_pseudo.h
+++ b/vec_pseudo.h
@@ -425,7 +425,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
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