Date: Tue, 25 Feb 2014 21:39:33 -0800 (PST) From: Don Lewis <truckman@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/186997: [patch] math/atlas compile error with clang 3.4 on i386 Message-ID: <201402260539.s1Q5dXdp080479@gw.catspoiler.org> In-Reply-To: <201402240600.s1O600Mx008509@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Not sure what happened to the patch. Here it is again: --- tune/blas/gemm/CASES/ATL_dmm4x1x90_x87.c.orig 2011-05-14 10:34:10.000000000 -0700 +++ tune/blas/gemm/CASES/ATL_dmm4x1x90_x87.c 2014-02-23 12:58:36.000000000 -0800 @@ -1581,7 +1581,7 @@ lea 0(pAE,lda,4), pAE #endif #endif - sub $1, MM + subq $1, MM jnz MLOOP sub incAn, pA0 @@ -1596,7 +1596,7 @@ add ldb, pB0 prefetcht0 256(pB0,ldb,2) prefetcht0 320(pB0,ldb,2) - sub $1, NN + subq $1, NN jnz NLOOP DONE:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402260539.s1Q5dXdp080479>