diff --git common_power.h common_power.h
index e3a1a7ae..68087b07 100644
|
|
static inline int blas_quickdivide(blasint x, blasint y){ |
241 | 241 | #define HAVE_PREFETCH |
242 | 242 | #endif |
243 | 243 | |
244 | | #if defined(POWER3) || defined(POWER6) || defined(PPCG4) || defined(CELL) || defined(POWER8) |
| 244 | #if defined(POWER3) || defined(POWER6) || defined(PPCG4) || defined(CELL) || defined(POWER8) || ( defined(PPC970) && defined(OS_DARWIN) ) |
245 | 245 | #define DCBT_ARG 0 |
246 | 246 | #else |
247 | 247 | #define DCBT_ARG 8 |
diff --git param.h param.h
index 3cc400b5..48b7ef38 100644
|
|
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
1999 | 1999 | #define ZGEMM_DEFAULT_UNROLL_M 2 |
2000 | 2000 | #define ZGEMM_DEFAULT_UNROLL_N 2 |
2001 | 2001 | |
2002 | | #ifdef OS_LINUX |
| 2002 | #if defined(OS_LINUX) || defined(OS_DARWIN) |
2003 | 2003 | #if L2_SIZE == 1024976 |
2004 | 2004 | #define SGEMM_DEFAULT_P 320 |
2005 | 2005 | #define DGEMM_DEFAULT_P 256 |