Skip to content

Commit b0c714e

Browse files
committed
param.h : enable defines for PPC970 on DarwinOS
fixes: gemm.c: In function 'sgemm_': ../common_param.h:981:18: error: 'SGEMM_DEFAULT_P' undeclared (first use in this function) #define SGEMM_P SGEMM_DEFAULT_P ^
1 parent 8d3d29e commit b0c714e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

param.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1999,7 +1999,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19991999
#define ZGEMM_DEFAULT_UNROLL_M 2
20002000
#define ZGEMM_DEFAULT_UNROLL_N 2
20012001

2002-
#ifdef OS_LINUX
2002+
#if defined(OS_LINUX) || defined(OS_DARWIN)
20032003
#if L2_SIZE == 1024976
20042004
#define SGEMM_DEFAULT_P 320
20052005
#define DGEMM_DEFAULT_P 256

0 commit comments

Comments
 (0)