unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Adhemerval Zanella <adhemerval.zanella@linaro.org>
To: Wilco Dijkstra <Wilco.Dijkstra@arm.com>,
	"libc-alpha@sourceware.org" <libc-alpha@sourceware.org>
Cc: nd <nd@arm.com>
Subject: Re: [PATCH 3/4] Remove x64 _finite tests and references
Date: Fri, 18 Oct 2019 15:15:19 -0300	[thread overview]
Message-ID: <e3501361-4c69-cee6-d517-ea505cc30bef@linaro.org> (raw)
In-Reply-To: <741cf0f9-f566-0833-c161-a4ddcb3b9f9d@linaro.org>



On 16/07/2019 15:19, Adhemerval Zanella wrote:
> 
> 
> On 26/06/2019 11:00, Wilco Dijkstra wrote:
>> Remove _finite tests and references from x86_64.  Rather than calling
>> __exp_finite, use exp directly (since it's the same entry point).
>>
>> x86_64 builds and passes testsuite.
>>
>> ChangeLog:
>>
>> 2019-06-26  Wilco Dijkstra  <wdijkstr@arm.com>
>>
>> 	* sysdeps/x86_64/fpu/Makefile: Remove all finite tests.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S: Use exp.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S: Use exp.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S: Use exp.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S: Use log.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S: Use log.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S: Use log.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S: Use pow.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S: Use pow.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S: Use pow.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: Use expf.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S: Use expf.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S: Use expf.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S: Use logf.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S: Use logf.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S: Use logf.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S: Use powf.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S: Use powf.
>> 	* sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S: Use powf.
>> 	* sysdeps/x86_64/fpu/svml_d_exp2_core.S: Use exp.
>> 	* sysdeps/x86_64/fpu/svml_d_log2_core.S: Use log.
>> 	* sysdeps/x86_64/fpu/svml_d_pow2_core.S: Use pow.
>> 	* sysdeps/x86_64/fpu/svml_finite_alias.S: Remove.
>> 	* sysdeps/x86_64/fpu/svml_s_expf4_core.S: Use expf.
>> 	* sysdeps/x86_64/fpu/svml_s_logf4_core.S: Use logf.
>> 	* sysdeps/x86_64/fpu/svml_s_powf4_core.S: Use powf.
>> 	* sysdeps/x86_64/fpu/test-double-libmvec-alias-avx-main.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-double-libmvec-alias-avx-mod.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-double-libmvec-alias-avx.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2-main.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2-mod.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512-main.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512-mod.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-double-libmvec-alias-main.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-double-libmvec-alias-mod.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-double-libmvec-alias.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-float-libmvec-alias-avx-main.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-float-libmvec-alias-avx-mod.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-float-libmvec-alias-avx.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-main.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-mod.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512-main.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512-mod.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-float-libmvec-alias-main.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-float-libmvec-alias-mod.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-float-libmvec-alias.c: Remove.
>> 	* sysdeps/x86_64/fpu/test-libmvec-alias-mod.c: Remove.
> 
> LGTM.
> 
> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>

I chatted with Wilco and I will commit this patch shortly on his
behalf.

  reply	other threads:[~2019-10-18 18:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-26 14:00 [PATCH 3/4] Remove x64 _finite tests and references Wilco Dijkstra
2019-07-16 18:19 ` Adhemerval Zanella
2019-10-18 18:15   ` Adhemerval Zanella [this message]
2019-10-18 19:50   ` Adhemerval Zanella

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/libc/involved.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e3501361-4c69-cee6-d517-ea505cc30bef@linaro.org \
    --to=adhemerval.zanella@linaro.org \
    --cc=Wilco.Dijkstra@arm.com \
    --cc=libc-alpha@sourceware.org \
    --cc=nd@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).