Use PASTEMAC in macro-kernels (over MAC2 or MAC3).

Details:
- Replaced multi-type invocations of copys_mxn, xpbys_mxn, etc. (PASTEMAC2
  and PASTEMAC3) with those that only use a single type (PASTEMAC).
- Added extra macros to bli_adds_mxn_uplo.h and bli_xpbys_mxn_uplo.h to
  accommodate above change.
- Fixed comment typo in bli_config.h files.
- Added .nfs* pattern to .gitignore.
This commit is contained in:
Field G. Van Zee
2013-04-25 12:06:12 -05:00
parent df80acf517
commit b6e24b23cb
13 changed files with 132 additions and 65 deletions

View File

@@ -77,7 +77,7 @@
#define BLIS_DEFAULT_KC_Z 256
#define BLIS_DEFAULT_NC_Z 2048
// -- Ccache blocksize extensions (for optimizing edge cases) --
// -- Cache blocksize extensions (for optimizing edge cases) --
// NOTE: These cache blocksize "extensions" have the same constraints as
// the corresponding default blocksizes above.