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.
2146
2146
2147
2147
#define GEMM_DEFAULT_OFFSET_A 512
2148
2148
#define GEMM_DEFAULT_OFFSET_B 512
2149
- #define GEMM_DEFAULT_ALIGN (BLASLONG) 0x0ffffUL
2149
+ #define GEMM_DEFAULT_ALIGN 0x0ffffUL
2150
2150
2151
2151
#define SGEMM_DEFAULT_UNROLL_M 4
2152
2152
#define SGEMM_DEFAULT_UNROLL_N 4
@@ -2214,7 +2214,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2214
2214
2215
2215
#define GEMM_DEFAULT_OFFSET_A 0
2216
2216
#define GEMM_DEFAULT_OFFSET_B 8192
2217
- #define GEMM_DEFAULT_ALIGN (BLASLONG) 0x0ffffUL
2217
+ #define GEMM_DEFAULT_ALIGN 0x0ffffUL
2218
2218
2219
2219
#define SGEMM_DEFAULT_UNROLL_M 16
2220
2220
#define SGEMM_DEFAULT_UNROLL_N 4
You can’t perform that action at this time.
0 commit comments