Skip to content

Commit a34b487

Browse files
authored
Remove spurious cast from Alpha and Cell's DEFAULT_ALIGN
1 parent 1b3e7cc commit a34b487

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
@@ -2146,7 +2146,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21462146

21472147
#define GEMM_DEFAULT_OFFSET_A 512
21482148
#define GEMM_DEFAULT_OFFSET_B 512
2149-
#define GEMM_DEFAULT_ALIGN (BLASLONG)0x0ffffUL
2149+
#define GEMM_DEFAULT_ALIGN 0x0ffffUL
21502150

21512151
#define SGEMM_DEFAULT_UNROLL_M 4
21522152
#define SGEMM_DEFAULT_UNROLL_N 4
@@ -2214,7 +2214,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22142214

22152215
#define GEMM_DEFAULT_OFFSET_A 0
22162216
#define GEMM_DEFAULT_OFFSET_B 8192
2217-
#define GEMM_DEFAULT_ALIGN (BLASLONG)0x0ffffUL
2217+
#define GEMM_DEFAULT_ALIGN 0x0ffffUL
22182218

22192219
#define SGEMM_DEFAULT_UNROLL_M 16
22202220
#define SGEMM_DEFAULT_UNROLL_N 4

0 commit comments

Comments
 (0)