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 @@ -2502,7 +2502,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2502
2502
2503
2503
#define GEMM_DEFAULT_OFFSET_A 0
2504
2504
#define GEMM_DEFAULT_OFFSET_B 2048
2505
- #define GEMM_DEFAULT_ALIGN (BLASLONG) 0x03fffUL
2505
+ #define GEMM_DEFAULT_ALIGN 0x03fffUL
2506
2506
2507
2507
#define SGEMM_DEFAULT_UNROLL_M 2
2508
2508
#define SGEMM_DEFAULT_UNROLL_N 8
@@ -2534,7 +2534,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2534
2534
2535
2535
#define GEMM_DEFAULT_OFFSET_A 0
2536
2536
#define GEMM_DEFAULT_OFFSET_B 2048
2537
- #define GEMM_DEFAULT_ALIGN (BLASLONG) 0x03fffUL
2537
+ #define GEMM_DEFAULT_ALIGN 0x03fffUL
2538
2538
2539
2539
#define SGEMM_DEFAULT_UNROLL_M 4
2540
2540
#define SGEMM_DEFAULT_UNROLL_N 4
You can’t perform that action at this time.
0 commit comments