From 43ecfce7d20360a5fdc53e5ced266eccc8723242 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Fri, 29 May 2020 14:41:05 -0700 Subject: blas code update --- sys/libmath/blas1.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sys/libmath/blas1.c') diff --git a/sys/libmath/blas1.c b/sys/libmath/blas1.c index d9792f6..a8ca085 100644 --- a/sys/libmath/blas1.c +++ b/sys/libmath/blas1.c @@ -1,9 +1,6 @@ #include #include -#define UNROLL 8 -#define INT uintptr - // ----------------------------------------------------------------------- // Templates @@ -45,10 +42,12 @@ // ----------------------------------------------------------------------- // Implementation +#define UNROLL 8 +#define INT int + #define FLOAT double #define func(name) blas·d##name #include "blas1body" -#undef FLOAT #undef FLOAT #undef func -- cgit v1.2.1