changed some values for arm

This commit is contained in:
wernsaar 2013-09-30 18:03:56 +02:00
parent 1c63180bb6
commit 93f1074dd4
1 changed files with 3 additions and 3 deletions

View File

@ -1815,17 +1815,17 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define ZGEMM_DEFAULT_UNROLL_N 2 #define ZGEMM_DEFAULT_UNROLL_N 2
#define SGEMM_DEFAULT_P 64 #define SGEMM_DEFAULT_P 64
#define DGEMM_DEFAULT_P 128 #define DGEMM_DEFAULT_P 64
#define CGEMM_DEFAULT_P 24 #define CGEMM_DEFAULT_P 24
#define ZGEMM_DEFAULT_P 20 #define ZGEMM_DEFAULT_P 20
#define SGEMM_DEFAULT_Q 192 #define SGEMM_DEFAULT_Q 192
#define DGEMM_DEFAULT_Q 128 #define DGEMM_DEFAULT_Q 64
#define CGEMM_DEFAULT_Q 128 #define CGEMM_DEFAULT_Q 128
#define ZGEMM_DEFAULT_Q 64 #define ZGEMM_DEFAULT_Q 64
#define SGEMM_DEFAULT_R 512 #define SGEMM_DEFAULT_R 512
#define DGEMM_DEFAULT_R 2048 #define DGEMM_DEFAULT_R 512
#define CGEMM_DEFAULT_R 512 #define CGEMM_DEFAULT_R 512
#define ZGEMM_DEFAULT_R 512 #define ZGEMM_DEFAULT_R 512