Enable MAX_STACK_ALLOC by default.

This commit is contained in:
Zhang Xianyi 2015-04-13 23:23:40 -05:00
parent fd9fd42936
commit 6c3a0b5d46
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ COMMON_PROF = -pg
# Improve GEMV and GER for small matrices by stack allocation. # Improve GEMV and GER for small matrices by stack allocation.
# For details, https://github.com/xianyi/OpenBLAS/pull/482 # For details, https://github.com/xianyi/OpenBLAS/pull/482
# #
# MAX_STACK_ALLOC=2048 MAX_STACK_ALLOC=2048
# Add a prefix or suffix to all exported symbol names in the shared library. # Add a prefix or suffix to all exported symbol names in the shared library.
# Avoid conflicts with other BLAS libraries, especially when using # Avoid conflicts with other BLAS libraries, especially when using