summaryrefslogtreecommitdiffstats
path: root/vec_pseudo.h
diff options
context:
space:
mode:
Diffstat (limited to 'vec_pseudo.h')
-rw-r--r--vec_pseudo.h2
1 files changed, 1 insertions, 1 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
OpenPOWER on IntegriCloud