Skip to content

Commit 705a5f2

Browse files
authored
Reuse parameters of RISCV64_GENERIC for WASM128_GENERIC
1 parent 6ed4cc9 commit 705a5f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

param.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3027,7 +3027,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30273027
#define SYMV_P 16
30283028
#endif
30293029

3030-
#ifdef RISCV64_GENERIC
3030+
#if defined(RISCV64_GENERIC) || defined(WASM128_GENERIC)
30313031
#define GEMM_DEFAULT_OFFSET_A 0
30323032
#define GEMM_DEFAULT_OFFSET_B 0
30333033
#define GEMM_DEFAULT_ALIGN (BLASLONG)0x03fffUL

0 commit comments

Comments
 (0)