From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JzxiW-0004eH-Ih for garchives@archives.gentoo.org; Sat, 24 May 2008 17:39:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03150E05CA; Sat, 24 May 2008 17:39:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D4FC6E05CA for ; Sat, 24 May 2008 17:39:39 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id CA6F767901 for ; Sat, 24 May 2008 17:39:39 +0000 (UTC) Received: from markusle by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1JzxiV-0003Tg-57 for gentoo-commits@lists.gentoo.org; Sat, 24 May 2008 17:39:39 +0000 From: "Markus Dittrich (markusle)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, markusle@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/blas-atlas/files: blas-atlas-3.8.1-gemm-fix.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: blas-atlas-3.8.1-gemm-fix.patch X-VCS-Directories: sci-libs/blas-atlas/files X-VCS-Committer: markusle X-VCS-Committer-Name: Markus Dittrich Content-Type: text/plain; charset=utf8 Message-Id: Sender: Markus Dittrich Date: Sat, 24 May 2008 17:39:39 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e976a5ca-0dd7-407d-b620-a9b6b254c474 X-Archives-Hash: 9c066b3ca9cf4cb101b930af5956be3c markusle 08/05/24 17:39:39 Added: blas-atlas-3.8.1-gemm-fix.patch Log: Added upstream fix for complex GEMM bug (issue 1970660 in atlas' bug tr= acker). Removed old version. (Portage version: 2.1.5.2) Revision Changes Path 1.1 sci-libs/blas-atlas/files/blas-atlas-3.8.1-gemm-fix.= patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-atla= s/files/blas-atlas-3.8.1-gemm-fix.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/blas-atla= s/files/blas-atlas-3.8.1-gemm-fix.patch?rev=3D1.1&content-type=3Dtext/pla= in Index: blas-atlas-3.8.1-gemm-fix.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -Naur ATLAS/src/blas/gemm/ATL_cmmJITcp.c ATLAS.new/src/blas/gemm/ATL= _cmmJITcp.c --- ATLAS/src/blas/gemm/ATL_cmmJITcp.c 2008-02-22 11:38:58.000000000 -050= 0 +++ ATLAS.new/src/blas/gemm/ATL_cmmJITcp.c 2008-05-23 18:07:34.000000000 = -0400 @@ -264,8 +264,11 @@ NBmm1 =3D Mjoin(PATLU,pMBmm_b1); NBmmX =3D Mjoin(PATLU,pMBmm_bX); } - else /* two or more dim < NB, requires generated cleanup */ - NBmm0 =3D NBmm1 =3D NBmmX =3D Mjoin(PATLU,pKBmm); + else=20 + {=20 + NBmm0 =3D NBmm1 =3D NBmmX =3D Mjoin(PATLU,pKBmm); + if (SCALAR_IS_ZERO(beta)) Mjoin(PATL,gezero)(M, N, C, ldc);=20 + } if (nblk) { if (B) --=20 gentoo-commits@lists.gentoo.org mailing list