From 22cb808b0dfc9bd514d2e19b302a97f8455b5731 Mon Sep 17 00:00:00 2001 From: Miao Wang Date: Mon, 29 Jun 2015 17:29:43 -0700 Subject: update the offset type for BLAS.BNNM bug: 22184114 Change-Id: I6ec212f8d5feb46fc9d0f97862b206978af1675b --- rsDefines.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rsDefines.h') 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 { -- cgit v1.2.3