summaryrefslogtreecommitdiffstats
path: root/rsDefines.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsDefines.h')
-rw-r--r--rsDefines.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/rsDefines.h b/rsDefines.h
index e00ddc19..4edda7af 100644
--- a/rsDefines.h
+++ b/rsDefines.h
@@ -460,10 +460,10 @@ typedef struct {
int incY;
int KL;
int KU;
- uint32_t a_offset;
- uint32_t b_offset;
- uint32_t c_offset;
- uint32_t c_mult_int;
+ uint8_t a_offset;
+ uint8_t b_offset;
+ int32_t c_offset;
+ int32_t c_mult_int;
} RsBlasCall;
enum RsGlobalProperty {