File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments