Adjust kc size from 112 to 116 .

This commit is contained in:
traz 2011-04-11 22:17:57 +00:00
parent 921e040b15
commit ab9e4ce351
2 changed files with 2 additions and 1633 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1492,12 +1492,12 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define ZGEMM_DEFAULT_UNROLL_N 4
#define SGEMM_DEFAULT_P 108
#define DGEMM_DEFAULT_P 32
#define DGEMM_DEFAULT_P 32
#define CGEMM_DEFAULT_P 108
#define ZGEMM_DEFAULT_P 112
#define SGEMM_DEFAULT_Q 288
#define DGEMM_DEFAULT_Q 112
#define DGEMM_DEFAULT_Q 116
#define CGEMM_DEFAULT_Q 144
#define ZGEMM_DEFAULT_Q 72