Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions kernel/mips64/KERNEL
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,27 @@ endif

CGEMM3MKERNEL = zgemm3m_kernel.S
ZGEMM3MKERNEL = zgemm3m_kernel.S

ifndef ISMINKERNEL
ISMINKERNEL = imin.S
endif

ifndef IDMINKERNEL
IDMINKERNEL = imin.S
endif

ifndef IQMINKERNEL
IQMINKERNEL = imin.S
endif

ifndef ISMAXKERNEL
ISMAXKERNEL = imax.S
endif

ifndef IDMAXKERNEL
IDMAXKERNEL = imax.S
endif

ifndef IQMAXKERNEL
IQMAXKERNEL = imax.S
endif
23 changes: 23 additions & 0 deletions kernel/power/KERNEL
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,26 @@ ifndef DSDOTKERNEL
DSDOTKERNEL = ../generic/dot.c
endif

ifndef ISMINKERNEL
ISMINKERNEL = imin.S
endif

ifndef IDMINKERNEL
IDMINKERNEL = imin.S
endif

ifndef IQMINKERNEL
IQMINKERNEL = imin.S
endif

ifndef ISMAXKERNEL
ISMAXKERNEL = imax.S
endif

ifndef IDMAXKERNEL
IDMAXKERNEL = imax.S
endif

ifndef IQMAXKERNEL
IQMAXKERNEL = imax.S
endif