From patchwork Thu Jun 25 11:15:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Senkevich X-Patchwork-Id: 7347 Received: (qmail 67023 invoked by alias); 25 Jun 2015 11:16:33 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 67011 invoked by uid 89); 25 Jun 2015 11:16:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f180.google.com X-Received: by 10.152.6.105 with SMTP id z9mr43544914laz.98.1435230988005; Thu, 25 Jun 2015 04:16:28 -0700 (PDT) MIME-Version: 1.0 From: Andrew Senkevich Date: Thu, 25 Jun 2015 14:15:58 +0300 Message-ID: Subject: [PATCH] Corrected description of linking with vector math library To: libc-alpha Hi, here is more correct description of linking with vector math library. 2015-06-25 Andrew Senkevich * NEWS: Fixed description of link with vector math library. Ok? --- WBR, Andrew diff --git a/NEWS b/NEWS index e8c84b8..7da9d0a 100644 --- a/NEWS +++ b/NEWS @@ -60,8 +60,8 @@ Version 2.22 pow, powf. The library can be disabled with --disable-mathvec. Use of the functions is enabled with -fopenmp -ffast-math starting from -O1 for GCC version >= 4.9.0. - The library is linked in as needed when using -lm (no need to specify -lmvec - explicitly). + Shared library libmvec.so is linked in as needed when using -lm (no need to + specify -lmvec explicitly for not static builds). Visit for detailed information. ^L Version 2.21