projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54ffe28
)
Remove BLASLONG casts from SPARC entries
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Wed, 14 Jul 2021 19:09:36 +0000
(21:09 +0200)
committer
GitHub
<noreply@github.com>
Wed, 14 Jul 2021 19:09:36 +0000
(21:09 +0200)
in response to https://github.com/xianyi/OpenBLAS/pull/3266#issuecomment-
878637675
param.h
patch
|
blob
|
history
diff --git
a/param.h
b/param.h
index 01048023fe36942f22c920e83a3fc9b65fbd87d3..965b9746670c38616b099bd55875d84a8e3f199e 100644
(file)
--- a/
param.h
+++ b/
param.h
@@
-2502,7
+2502,7
@@
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define GEMM_DEFAULT_OFFSET_A 0
#define GEMM_DEFAULT_OFFSET_B 2048
-#define GEMM_DEFAULT_ALIGN
(BLASLONG)
0x03fffUL
+#define GEMM_DEFAULT_ALIGN 0x03fffUL
#define SGEMM_DEFAULT_UNROLL_M 2
#define SGEMM_DEFAULT_UNROLL_N 8
@@
-2534,7
+2534,7
@@
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define GEMM_DEFAULT_OFFSET_A 0
#define GEMM_DEFAULT_OFFSET_B 2048
-#define GEMM_DEFAULT_ALIGN
(BLASLONG)
0x03fffUL
+#define GEMM_DEFAULT_ALIGN 0x03fffUL
#define SGEMM_DEFAULT_UNROLL_M 4
#define SGEMM_DEFAULT_UNROLL_N 4