Skip to content

Commit 83a788c

Browse files
authored
Add BLASLONG cast to the DEFAULT_ALIGN parameter of Cooper Lake and Sapphire Rapids
1 parent cd02751 commit 83a788c

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

17811781
#define GEMM_DEFAULT_OFFSET_A 0
17821782
#define GEMM_DEFAULT_OFFSET_B 0
1783-
#define GEMM_DEFAULT_ALIGN 0x03fffUL
1783+
#define GEMM_DEFAULT_ALIGN (BLASLONG)0x03fffUL
17841784

17851785
#define SYMV_P 8
17861786

@@ -1913,7 +1913,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19131913

19141914
#define GEMM_DEFAULT_OFFSET_A 0
19151915
#define GEMM_DEFAULT_OFFSET_B 0
1916-
#define GEMM_DEFAULT_ALIGN 0x03fffUL
1916+
#define GEMM_DEFAULT_ALIGN (BLASLONG)0x03fffUL
19171917

19181918
#define SYMV_P 8
19191919

0 commit comments

Comments
 (0)