Skip to content

Commit

Permalink
re-enable GEMM3M for GENERIC targets
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Aug 7, 2024
1 parent 28bbb4b commit 042bbaf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions kernel/Makefile.L3
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ ifeq ($(ARCH), ia64)
USE_GEMM3M = 1
endif

ifneq ($(DYNAMIC_ARCH), 1)
ifeq ($(TARGET), GENERIC)
USE_GEMM3M = 0
endif
else
ifeq ($(CORE), GENERIC)
USE_GEMM3M = 0
endif
endif

ifeq ($(ARCH), arm)
USE_TRMM = 1
Expand Down

0 comments on commit 042bbaf

Please sign in to comment.