Skip to content

Commit 97cf100

Browse files
authored
Clean up STACKSIZE redefinition
1 parent 17e288e commit 97cf100

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kernel/power/strmm_kernel_16x8_power8.S

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the documentation and/or other materials provided with the
1212
distribution.
1313
3. Neither the name of the OpenBLAS project nor the names of
1414
its contributors may be used to endorse or promote products
15-
derived from this software without specific prior written permission.
15+
derived from this software without specific prior written permission.
1616
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1717
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1818
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -82,7 +82,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8282
#endif
8383

8484
#ifdef __64BIT__
85-
#define STACKSIZE 340
8685
#define STACKSIZE 540
8786
#define ALPHA_SP 296+200(SP)
8887
#define FZERO 304+200(SP)

0 commit comments

Comments
 (0)