Skip to content

Commit

Permalink
remove the unworkable GEMM3M restriction from GENERIC again
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg committed Aug 7, 2024
1 parent ccc2333 commit 46e331a
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 46e331a

Please sign in to comment.