Skip to content

Commit 7c7505a

Browse files
authored
Fix build for PPC970 on FreeBSD pt.2
FreeBSD needs those macros too.
1 parent 5a4f1a2 commit 7c7505a

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-
#if defined(OS_LINUX) || defined(OS_DARWIN)
2002+
#if defined(OS_LINUX) || defined(OS_DARWIN) || defined(OS_FREEBSD)
20032003
#if L2_SIZE == 1024976
20042004
#define SGEMM_DEFAULT_P 320
20052005
#define DGEMM_DEFAULT_P 256

0 commit comments

Comments
 (0)