aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/float_mat/float_mat.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/float_mat/float_mat.h')
-rw-r--r--test/monniaux/float_mat/float_mat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/float_mat/float_mat.h b/test/monniaux/float_mat/float_mat.h
index d0f48951..03a25036 100644
--- a/test/monniaux/float_mat/float_mat.h
+++ b/test/monniaux/float_mat/float_mat.h
@@ -1,7 +1,7 @@
#include <stdint.h>
#include <stdbool.h>
-typedef double REAL;
+typedef float REAL;
void REAL_mat_mul1(unsigned m, unsigned n, unsigned p,
REAL * restrict c, unsigned stride_c,