X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:to:from:subject:message-id:date
	:mime-version:content-type:content-transfer-encoding:sender; q=
	dns; s=default; b=PumdGeHs1xKjSKQ0YSQAkOTBuvVlWcwmL0hxIc1hwoOQ4U
	P7/tW+kvAgy4JrINsrjsY5Jc9K8gN57Pu2E7ht+OAXX81fOJlXIjri4ALr7V1rE9
	yPAVkrRvz3ER73cFiLavJlTs4HRqeUVhggGq5eL6qsToMQ2tglxdAAIQhBLr0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:to:from:subject:message-id:date
	:mime-version:content-type:content-transfer-encoding:sender; s=
	default; bh=LWXL0K0CRFpar+IfaOlaQu16wA8=; b=qMSof9+qPqwc4SHGOb6r
	rJ+Caa2BD/UlcYGgIqb1HdCm55+NoOEZd7nvLck39Bg64ON9T/siaVOHB6IdyEBX
	LhaQUqeHy7NDwiCLVP2AryuM86CBitO1g+AR47fgkDRAPILJbpJ+7eHY9K9e2bnZ
	JDAgrwhSUxjRhOtFpT31J2o=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=2.8 required=5.0 tests=ALL_TRUSTED,BAYES_20,FOREIGN_BODY,FORGED_MUA_MOZILLA,FREEMAIL_FROM,GIT_PATCH_2,KAM_NUMSUBJECT autolearn=no version=3.3.2 spammy=diese, licensed, HAuthentication-Results:sourceware.org, sk:antivir
X-HELO: localhost.localdomain
Reply-To: cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20161025;        h=to:from:subject:message-id:date:user-agent:mime-version         :content-transfer-encoding;        bh=4SmUmed4Szq6tFI+QS4xRmN+RXlIjKBm7A260seWxdI=;        b=T1SWV+XdezrVhQGBG+/h+QUWoPMXE/zmmurfRMyNMhLllyewTTty/AcPGkDIn721AY         MgjPFqOpV80FsyyDGTxpdmjs8uXyIRQlM/yINMaHl8Rpt9Psa2y9i3wXngGCZr78Cisi         ydBRYZmpS3EwF0MEE99y/8B+kA8owkSnbN8b52ZQKRa+GSuEERdtuD2ynSlLUs4NKt4p         wgVdS82/PrJEXIzlsugyd4ngWCa/93lvT6TnjKHd5b6dBOSSjVY3xRCMOWTTfV09f/Qx         M/5r57HzgDhopQ+DVKPHH8YkmQKCz0e9zBwcN3osQk8b8ByZwVX4WlXi5Va26YydGQid         mr1Q==
To: cygwin@cygwin.com
From: Marco Atzeri <marco.atzeri@gmail.com>
Subject: [ANNOUNCEMENT] Updated: openblas-0.3.3-1
Message-Id: <announce.d8a06eb5-b835-f455-2862-0805ae5c2e74@gmail.com>
Date: Tue, 18 Sep 2018 11:58:24 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Sender: qmail alias <cygwin@server4.sourceware.org>
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w8IBlXvk020022

New releases of

openblas         (source)
libopenblas      (dinamic library)

are available in the Cygwin distribution :

CHANGES
Last  upstream release
https://github.com/xianyi/OpenBLAS/releases

DESCRIPTION
OpenBLAS is an optimized BLAS library based on
GotoBLAS2 1.13 BSD version and further extended.
OpenBLAS is licensed under the 3-clause BSD license.

HOMEPAGE
http://www.openblas.net/

CYGWIN NOTES
1) As BLAS it is around 5-10 times faster than Netlib reference,
    included in the liblapack0 package.

2) No devel package is provided as liblapack-devel already provide
    the needed headers and import.
    Openblas is fully compatible with Netlib BLAS.

3) libopenblas consist of a single file
      /usr/bin/cygblas-0.dll
    that will precede in PATH the liblapack0
      /usr/lib/lapack/cygblas-0.dll
    and used instead. Removing libopenblas will restore the
    usage of Netlib BLAS

4) CPU architecture covered up to now

    64 bit
     ATOM BARCELONA BOBCAT BULLDOZER CORE2 DUNNINGTON EXCAVATOR
     HASWELL NANO NEHALEM OPTERON OPTERON_SSE3 PENRYN PILEDRIVER
     PRESCOTT SANDYBRIDGE STEAMROLLER ZEN

    32 bit
     ATHLON ATOM BANIAS BARCELONA BOBCAT COPPERMINE CORE2
     DUNNINGTON KATMAI NANO NEHALEM NORTHWOOD OPTERON
     OPTERON_SSE3 PENRYN PRESCOTT

5) Built with a max number of 16 threads; it should be enough
    to fully utilize up a 8 core dual thread.
    The fixed max limit at build time is a upstream limitation,
    if you need more than 16 let me know.


Regards
Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


