File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,3 +167,27 @@ endif
167167
168168CGEMM3MKERNEL = zgemm3m_kernel.S
169169ZGEMM3MKERNEL = zgemm3m_kernel.S
170+
171+ ifndef ISMINKERNEL
172+ ISMINKERNEL = imin.S
173+ endif
174+
175+ ifndef IDMINKERNEL
176+ IDMINKERNEL = imin.S
177+ endif
178+
179+ ifndef IQMINKERNEL
180+ IQMINKERNEL = imin.S
181+ endif
182+
183+ ifndef ISMAXKERNEL
184+ ISMAXKERNEL = imax.S
185+ endif
186+
187+ ifndef IDMAXKERNEL
188+ IDMAXKERNEL = imax.S
189+ endif
190+
191+ ifndef IQMAXKERNEL
192+ IQMAXKERNEL = imax.S
193+ endif
Original file line number Diff line number Diff line change @@ -50,3 +50,26 @@ ifndef DSDOTKERNEL
5050DSDOTKERNEL = ../generic/dot.c
5151endif
5252
53+ ifndef ISMINKERNEL
54+ ISMINKERNEL = imin.S
55+ endif
56+
57+ ifndef IDMINKERNEL
58+ IDMINKERNEL = imin.S
59+ endif
60+
61+ ifndef IQMINKERNEL
62+ IQMINKERNEL = imin.S
63+ endif
64+
65+ ifndef ISMAXKERNEL
66+ ISMAXKERNEL = imax.S
67+ endif
68+
69+ ifndef IDMAXKERNEL
70+ IDMAXKERNEL = imax.S
71+ endif
72+
73+ ifndef IQMAXKERNEL
74+ IQMAXKERNEL = imax.S
75+ endif
You can’t perform that action at this time.
0 commit comments