From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x32a.google.com (mail-ot1-x32a.google.com [IPv6:2607:f8b0:4864:20::32a]) by sourceware.org (Postfix) with ESMTPS id 129713858407 for ; Mon, 4 Apr 2022 20:00:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 129713858407 Received: by mail-ot1-x32a.google.com with SMTP id a17-20020a9d3e11000000b005cb483c500dso7972147otd.6 for ; Mon, 04 Apr 2022 13:00:12 -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:from:to:references:in-reply-to :content-transfer-encoding; bh=bPF9oX3DsS0K9f46WM02syZ7xsYjxKGLp7NXMsDPq7U=; b=AprCRhQFuyXMSDqUSDZ1OhiPXcv7Nb372L6R4rC0RbDizBFa1XSwC0fWu4kW6LnV8d WJM0RFVRP7vFPP52bGD08VyhlBCwLFEttxH70O8/gy0ipjBhvvIaXaxi7po0Thclyf7L iM7X+hsZ9BOx96cUwDVJolL73kJzLS4MExGzp8W3VesINeZMuwcXl/8r/f3mKwywTNoj zA1PPAeVTRhI4ioNgs2zZzGhLr2C0hONfnTlYxsoOi+q2r/kBaMPdqTdFdheyzypmWSz HhQu8FvhX8sYRgueu+3Jf/0PViEwd21l1puzM/4M4oNQtJyN1yi5Pw3VGGTvv+GkHeWE g7UA== X-Gm-Message-State: AOAM530YayowXXdwuYcXQLpY27QjuEbXssyv6PGuM37NrzzvtBgbhZe1 NSaGZfMcuzs/vpAS5IDSyh9BQNYJIc72MA== X-Google-Smtp-Source: ABdhPJzIFU+Bp1bQ5yJffbiesLCsY2r8UkjhIGgWN/usbBgEjJUaQL5H12USvTUCXQNMwlyr7LcJPQ== X-Received: by 2002:a05:6830:1104:b0:5b2:3730:91b8 with SMTP id w4-20020a056830110400b005b2373091b8mr6396otq.190.1649102410995; Mon, 04 Apr 2022 13:00:10 -0700 (PDT) Received: from ?IPV6:2804:431:c7cb:a6c0:94cf:60bc:16d1:2727? ([2804:431:c7cb:a6c0:94cf:60bc:16d1:2727]) by smtp.gmail.com with ESMTPSA id m38-20020a056870562600b000e1f4a4ed9dsm2040701oao.51.2022.04.04.13.00.09 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 04 Apr 2022 13:00:10 -0700 (PDT) Message-ID: <4f0eb26c-affa-8c48-f908-ebcc72c58e94@linaro.org> Date: Mon, 4 Apr 2022 17:00:08 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [PATCH] ia64: Remove fabs implementations Content-Language: en-US From: Adhemerval Zanella To: libc-alpha@sourceware.org References: <20220404193716.3015394-1-adhemerval.zanella@linaro.org> In-Reply-To: <20220404193716.3015394-1-adhemerval.zanella@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.6 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Mon, 04 Apr 2022 20:00:13 -0000 It should have been marked as 'COMMITTED'. On 04/04/2022 16:37, Adhemerval Zanella wrote: > The generic implementation fixes 5 fabs tests on ia64-linux-gnu: > > math/test-double-fabs > math/test-float-fabs > math/test-float32-fabs > math/test-float32x-fabs > math/test-float64-fabs > > Checked on ia64-linux-gnu. > --- > sysdeps/ia64/fpu/s_fabs.S | 82 -------------------------------------- > sysdeps/ia64/fpu/s_fabsf.S | 82 -------------------------------------- > 2 files changed, 164 deletions(-) > delete mode 100644 sysdeps/ia64/fpu/s_fabs.S > delete mode 100644 sysdeps/ia64/fpu/s_fabsf.S