Skip to content

Commit

Permalink
Fix build for PPC970 on FreeBSD pt.2
Browse files Browse the repository at this point in the history
FreeBSD needs those macros too.
  • Loading branch information
pkubaj committed Jun 28, 2019
1 parent 5a4f1a2 commit 7c7505a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion param.h
Expand Up @@ -1999,7 +1999,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define ZGEMM_DEFAULT_UNROLL_M 2
#define ZGEMM_DEFAULT_UNROLL_N 2

#if defined(OS_LINUX) || defined(OS_DARWIN)
#if defined(OS_LINUX) || defined(OS_DARWIN) || defined(OS_FREEBSD)
#if L2_SIZE == 1024976
#define SGEMM_DEFAULT_P 320
#define DGEMM_DEFAULT_P 256
Expand Down

0 comments on commit 7c7505a

Please sign in to comment.