add low bound for number of buffers

This commit is contained in:
Andrew 2018-11-06 09:40:13 +00:00
parent a931afe269
commit 3fd41313fc
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ extern "C" {
#define ALLOCA_ALIGN 63UL
#define NUM_BUFFERS (MAX_CPU_NUMBER * 2 * MAX_PARALLEL_NUMBER)
#define NUM_BUFFERS MAX(64,(MAX_CPU_NUMBER * 2 * MAX_PARALLEL_NUMBER))
#ifdef NEEDBUNDERSCORE
#define BLASFUNC(FUNC) FUNC##_