From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x29.google.com (mail-oa1-x29.google.com [IPv6:2001:4860:4864:20::29]) by sourceware.org (Postfix) with ESMTPS id BA84F3836E5B for ; Wed, 1 Jun 2022 16:06:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BA84F3836E5B Received: by mail-oa1-x29.google.com with SMTP id 586e51a60fabf-f314077115so3343236fac.1 for ; Wed, 01 Jun 2022 09:06:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=56xnbibhlKKpFVHSaWy889EEYyBM3F/mG1LLDsJ3eSg=; b=6CUVHqbSjE1O2xhaHWwtLIcgmos/mwv4PdeAkTVXQlFFFzSHMSv0pfPwVI7a74UuwO LBMSWGKs6TnfiVAIlVpcotOaMdeyy1MKEyGlxuU0rCGgGFSrxHJf9m+zIICx+L/8F0xj r3vvEtIkO+LnpXV52z6BxcMXUyeOwTLdqgljwwTSq7QpHOGRHDcR8+TiYaCzmb0FR/GZ t7KYHbpUu1Pwgr1CKbIsUtmeltPfZuLBveKZvGd2mbaByQ0HxxM5G2y71XXFhVjUHn+r XUPZEk93zIy3+qEqAyh7SJHdNc5crpNr4E8TiDW17E1tJavQvcdbHahhfOl///2VKYYV ph4w== X-Gm-Message-State: AOAM533epwJMLejQ4LwPbPo4ORNtdj+Oj/WdBRNjhMf8xSus2+1+oysE RC5ooWG6XjX40N+YYOvJ9cIw1paSWHATwg== X-Google-Smtp-Source: ABdhPJzmV5MZKwK/79VGfeMXlz9ibttTf9chujtY2NfAWQvZqe/m6DITHtc+AeTFDTsh1sCJWzb7tw== X-Received: by 2002:a05:6870:4210:b0:f3:20cd:7904 with SMTP id u16-20020a056870421000b000f320cd7904mr11047187oac.284.1654099591051; Wed, 01 Jun 2022 09:06:31 -0700 (PDT) Received: from ?IPV6:2804:431:c7ca:e39c:a183:7f80:9e50:177b? ([2804:431:c7ca:e39c:a183:7f80:9e50:177b]) by smtp.gmail.com with ESMTPSA id a10-20020a056808128a00b00325cda1ff8dsm1152637oiw.12.2022.06.01.09.06.29 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 01 Jun 2022 09:06:30 -0700 (PDT) Message-ID: <0ec18200-5723-4cc9-a47f-b63f9cd759bd@linaro.org> Date: Wed, 1 Jun 2022 13:06:27 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH 5/5] math: Use generic sinf implementation for SSE2 version Content-Language: en-US To: "H.J. Lu" Cc: GNU C Library References: <20220531213502.227895-1-adhemerval.zanella@linaro.org> <20220531213502.227895-6-adhemerval.zanella@linaro.org> From: Adhemerval Zanella In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2022 16:06:33 -0000 On 01/06/2022 12:14, H.J. Lu wrote: > On Wed, Jun 1, 2022 at 5:42 AM Adhemerval Zanella >>> Don't you need to add SECTION to sysdeps/ieee754/flt-32/s_sincosf.c? >>> >> >> It does, thanks for catching it. I will fix it before commit. > > The commit subject should be sincosf, not sinf. Yeah, I fixed it as well.