aboutsummaryrefslogtreecommitdiff
path: root/math/math_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/math_config.h')
-rw-r--r--math/math_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/math_config.h b/math/math_config.h
index bf50fa5..020e3eb 100644
--- a/math/math_config.h
+++ b/math/math_config.h
@@ -174,13 +174,13 @@ force_eval_double (double x)
__asm__ __volatile__ ("" : "+w" (x));
}
#else
-static inline void
+static inline float
opt_barrier_float (float x)
{
volatile float y = x;
return y;
}
-static inline void
+static inline double
opt_barrier_double (double x)
{
volatile double y = x;