Skip to content

Commit a6351e3

Browse files
authored
Remove BLASLONG casts from SPARC entries
in response to #3266 (comment)
1 parent 54ffe28 commit a6351e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

param.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,7 +2502,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25022502

25032503
#define GEMM_DEFAULT_OFFSET_A 0
25042504
#define GEMM_DEFAULT_OFFSET_B 2048
2505-
#define GEMM_DEFAULT_ALIGN (BLASLONG)0x03fffUL
2505+
#define GEMM_DEFAULT_ALIGN 0x03fffUL
25062506

25072507
#define SGEMM_DEFAULT_UNROLL_M 2
25082508
#define SGEMM_DEFAULT_UNROLL_N 8
@@ -2534,7 +2534,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25342534

25352535
#define GEMM_DEFAULT_OFFSET_A 0
25362536
#define GEMM_DEFAULT_OFFSET_B 2048
2537-
#define GEMM_DEFAULT_ALIGN (BLASLONG)0x03fffUL
2537+
#define GEMM_DEFAULT_ALIGN 0x03fffUL
25382538

25392539
#define SGEMM_DEFAULT_UNROLL_M 4
25402540
#define SGEMM_DEFAULT_UNROLL_N 4

0 commit comments

Comments
 (0)