X-Recipient: archive-cygwin AT delorie DOT 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; q=dns; s= default; b=MWGUoTx1k8DB3jf8OlDUWn5hmdCKOd94XdJGK5XHyxHKkX6X3QvLJ Fa3SOF7+oA+e0B55LuhS/juum+6fkqFlTQclrZpyp/XgmKTA4qefg9g4be9IB5BG PP0Kbz7hPSow0mi/od7JYOgpDW2pGi7Jn1RBZUEUQ1f57b2YrfKpqo= 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; s=default; bh=LTyN+ld+cL9+ZZhkpRJpY6BJ9dM=; b=lBE5mNgV2oKJHb/33BIJmxQ3sEyA zw9dD+lFHQSLC8EPg4LK4hr6JPViW9fKeR4pwH/dN7WepMX63k8pqTgrltXwtVDS pQoHSe5f6rJkMiYLPKyUzcsuWPbnk6CCHNx8DsGVccHTv5FoQOPARti2bU0BSog+ rN1GfUqLAiKG57E= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=BARCELONA, 749, dual, consist X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=8fNdYHUZYzJ94ChPgv21FWn1exyuBKsIXN1zvCqEgcg=; b=BhMEgTTCafkIiuZcXe8lZm30IXhM//0y536YldMHf8OkgXYS2rMMCkwUGVbTZy/TY/ kDokDdYxYrsZgSBeaWnTgeu0rsgmTQMhIvj/YUfPg0rzNyTQMstD7BTr4A3xdFjk4RyS a81H9EBSz2ycIyZF0sV5+5lfD/a89EeI8ij7Mounroochf+B95Rpti5HFC5WkHnr4VGw EYDxmMOXoRoEI+O8nM0dgSqlGqIljpa/iMvLAtWs2x4xnu8LT3XPgFy36VAbwBsqd6Se yzs3MEbUoFPZuntgdHFtTsgEBtkYqFcfc9OULV8WLMhixK6uHgoH/Cw7MmVShOY4/Cqm Wx0g== X-Gm-Message-State: AD7BkJK5PIGKoJPZRpUPe4MB3T8c0X/dfZO8qZT2cO3ADx5XWdnC/oHTxVJnQXRwvQwh4w== X-Received: by 10.194.48.7 with SMTP id h7mr16557993wjn.81.1458295909858; Fri, 18 Mar 2016 03:11:49 -0700 (PDT) To: cygwin AT cygwin DOT com From: Marco Atzeri Subject: [ANNOUNCEMENT] Updated: openblas-0.2.16-1 Message-Id: Date: Fri, 18 Mar 2016 11:11:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes New releases of openblas (source) libopenblas (dinamic library) are available in the Cygwin distribution : CHANGES New upstream release http://www.openblas.net/Changelog.txt * Avoid potential getenv segfault. (#716) * Optimize c/zgemv for AMD Bulldozer, Piledriver, Steamroller * Disable multi-threading for small size swap and ger. (#744. Thanks, Jerome Robert) * Improve small zger, zgemv, ztrmv using stack alloction (#727. Thanks, Jerome Robert) * Let openblas_get_num_threads return the number of active threads. (#760. Thanks, Jerome Robert) * Support illumos(OmniOS). (#749. Thanks, Lauri Tirkkonen) * Optimize trsm kernels for AMD Bulldozer, Piledriver, Steamroller. * Detect Intel Avoton. * Detect AMD Trinity, Richland, E2-3200. 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 HASWELL NANO NEHALEM OPTERON OPTERON_SSE3 PENRYN PILEDRIVER PRESCOTT SANDYBRIDGE STEAMROLLER 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 . -- 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