public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH v4][aarch64] Implemented reciprocal square root (rsqrt) estimation in -ffast-math
@ 2015-07-31 17:26 Benedikt Huber
  2015-07-31 17:36 ` [PATCH] 2015-07-31 Benedikt Huber <benedikt.huber@theobroma-systems.com> Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Benedikt Huber
  0 siblings, 1 reply; 5+ messages in thread
From: Benedikt Huber @ 2015-07-31 17:26 UTC (permalink / raw)
  To: gcc-patches
  Cc: philipp.tomsich, Venkataramanan.Kumar, pinskia, e.menezes,
	kyrylo.tkachov, Benedikt Huber

This fourth revision of the patch:
 * fixes an error in the docs.
 * uses gen_rsqrt* functions.
 * uses extra_tuning_flags.

Ok for check in.

Benedikt Huber (1):
  2015-07-31  Benedikt Huber  <benedikt.huber@theobroma-systems.com>    
    	    Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>

 gcc/ChangeLog                                      |  21 ++++
 gcc/config/aarch64/aarch64-builtins.c              | 104 ++++++++++++++++++++
 gcc/config/aarch64/aarch64-opts.h                  |   7 ++
 gcc/config/aarch64/aarch64-protos.h                |   2 +
 gcc/config/aarch64/aarch64-simd.md                 |  27 ++++++
 gcc/config/aarch64/aarch64-tuning-flags.def        |   1 +
 gcc/config/aarch64/aarch64.c                       | 106 +++++++++++++++++++-
 gcc/config/aarch64/aarch64.md                      |   3 +
 gcc/config/aarch64/aarch64.opt                     |   8 ++
 gcc/doc/invoke.texi                                |  19 ++++
 gcc/testsuite/gcc.target/aarch64/rsqrt-asm-check.c |  63 ++++++++++++
 gcc/testsuite/gcc.target/aarch64/rsqrt.c           | 107 +++++++++++++++++++++
 12 files changed, 463 insertions(+), 5 deletions(-)
 create mode 100644 gcc/testsuite/gcc.target/aarch64/rsqrt-asm-check.c
 create mode 100644 gcc/testsuite/gcc.target/aarch64/rsqrt.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-09-03 16:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-31 17:26 [PATCH v4][aarch64] Implemented reciprocal square root (rsqrt) estimation in -ffast-math Benedikt Huber
2015-07-31 17:36 ` [PATCH] 2015-07-31 Benedikt Huber <benedikt.huber@theobroma-systems.com> Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Benedikt Huber
2015-08-26 17:39   ` Benedikt Huber
2015-09-03 16:09     ` Sebastian Pop
2015-09-03 16:17       ` pinskia

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).