From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 886BB1F453 for ; Mon, 18 Feb 2019 17:55:48 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=aH0b2 +lZhalTqG1JX1H5Y390uMhVm9swobiKNf0qgCW3Sb/ItYrSUqyYXvVe6rKSZMf+8 RQyid9hDVeH8jRqYio5IZ4AQMXG1XuGtnwU5rITKp8lqhayTtxHg+GcuwrV5wuzw OwxUe07BoA8D2mfgtwrME4vMfHUPz9ruZOcuRQ= 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:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=Cub+UhnbQP1 NHKSrgohCkk+f+9s=; b=a2+KS8CB+u2Sc7t0XKmO20Q9oyoL+2jUwS44Z4LPY3f ifNmusUp8Ew0sohBv0KvjRXkq1oFcBSthL7YnmBerVTTl8qKtWvqq1mQBoXqjVnh nO7WePyqdzEkmOfdaQ8Q2OL54r/DFO6wDhmevM1XQjyblM+0CWBMc8FQg+YkqshU = Received: (qmail 83819 invoked by alias); 18 Feb 2019 17:55:46 -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 Received: (qmail 83809 invoked by uid 89); 18 Feb 2019 17:55:45 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: relay1.mentorg.com Date: Mon, 18 Feb 2019 17:55:38 +0000 From: Joseph Myers To: =?ISO-8859-15?Q?Martin_Li=A8ka?= CC: Subject: Re: [PATCH] Add new Fortran vector math header file. In-Reply-To: <863ffa3b-af66-7d82-21a8-e809fd6c1b62@suse.cz> Message-ID: References: <863ffa3b-af66-7d82-21a8-e809fd6c1b62@suse.cz> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-1152306461-292081953-1550512538=:12080" ---1152306461-292081953-1550512538=:12080 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT On Mon, 18 Feb 2019, Martin Liška wrote: > Hi. > > The patch adds support for Fortran vector math routines as added > into GCC 9. The header files will be installed to the same > folder as math-vector.h. > > Thanks, > Martin > > ChangeLog: > > 2019-02-18 Martin Liska > > * math/Makefile: Install math-vector-fortran.h. > * sysdeps/x86/fpu/bits/math-vector-fortran.h: New file. If a header is installed for all architectures, it also needs to exist for all architectures (presumably by having a dummy top-level bits/math-vector-fortran.h for use on other architectures, like the bits/math-vector.h there). -- Joseph S. Myers joseph@codesourcery.com ---1152306461-292081953-1550512538=:12080--