From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33095 invoked by alias); 15 Jun 2018 07:59:23 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 33058 invoked by uid 89); 15 Jun 2018 07:59:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: albireo.enyo.de Received: from albireo.enyo.de (HELO albireo.enyo.de) (5.158.152.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 Jun 2018 07:59:21 +0000 Received: from [172.17.203.2] (helo=deneb.enyo.de) by albireo.enyo.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1fTjdb-00083g-N3; Fri, 15 Jun 2018 07:59:15 +0000 Received: from fw by deneb.enyo.de with local (Exim 4.89) (envelope-from ) id 1fTjdb-0005hY-Ik; Fri, 15 Jun 2018 09:59:15 +0200 From: Florian Weimer To: Richard Biener Cc: Jakub Jelinek , szabolcs.nagy@arm.com, Janne Blomqvist , nd@arm.com, GCC Development , "fortran\@gcc.gnu.org" , sellcey@cavium.com Subject: Re: libmvec in gcc to have vector math in fortran References: <6a8d496b-d830-5eb2-eba3-c2e452d06493@arm.com> <80c395e1-9de5-1d9c-35b6-1ccfdfa6a9e5@arm.com> <20180410102954.GB8577@tucnak> <20180410130655.GD8577@tucnak> Date: Fri, 15 Jun 2018 08:39:00 -0000 In-Reply-To: (Richard Biener's message of "Thu, 14 Jun 2018 12:28:55 +0200") Message-ID: <877en01nvw.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00170.txt.bz2 * Richard Biener: > 'pure' makes it pure but there doesn't seem to be a way to make it const? Does Fortran support setting the rounding mode? In C, sin is not const because it depends on the current rounding mode.