public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH v6][aarch64] Implemented reciprocal square root (rsqrt) estimation in -ffast-math
@ 2015-10-03 13:15 Benedikt Huber
  2015-10-03 13:15 ` [PATCH] 2015-10-02 Benedikt Huber <benedikt.huber@theobroma-systems.com> Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Benedikt Huber
  2015-10-08 18:45 ` [PATCH v6][aarch64] " Evandro Menezes
  0 siblings, 2 replies; 23+ messages in thread
From: Benedikt Huber @ 2015-10-03 13:15 UTC (permalink / raw)
  To: gcc-patches
  Cc: philipp.tomsich, Venkataramanan.Kumar, pinskia, e.menezes,
	kyrylo.tkachov, Richard.Earnshaw, marcus.shawcroft,
	Benedikt Huber

This sixth revision of the patch:
 * Cleans up style issues.
 * Makes test conform to standards.

Ok for check in.

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

 gcc/ChangeLog                                      |  19 ++++
 gcc/config/aarch64/aarch64-builtins.c              | 112 ++++++++++++++++++++
 gcc/config/aarch64/aarch64-protos.h                |   3 +
 gcc/config/aarch64/aarch64-simd.md                 |  27 +++++
 gcc/config/aarch64/aarch64-tuning-flags.def        |   1 +
 gcc/config/aarch64/aarch64.c                       | 115 ++++++++++++++++++++-
 gcc/config/aarch64/aarch64.md                      |   3 +
 gcc/config/aarch64/aarch64.opt                     |   4 +
 gcc/doc/invoke.texi                                |  12 +++
 .../gcc.target/aarch64/rsqrt-asm-check_1.c         |  65 ++++++++++++
 gcc/testsuite/gcc.target/aarch64/rsqrt_1.c         | 111 ++++++++++++++++++++
 11 files changed, 467 insertions(+), 5 deletions(-)
 create mode 100644 gcc/testsuite/gcc.target/aarch64/rsqrt-asm-check_1.c
 create mode 100644 gcc/testsuite/gcc.target/aarch64/rsqrt_1.c

-- 
1.9.1

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

end of thread, other threads:[~2015-10-23 11:08 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-03 13:15 [PATCH v6][aarch64] Implemented reciprocal square root (rsqrt) estimation in -ffast-math Benedikt Huber
2015-10-03 13:15 ` [PATCH] 2015-10-02 Benedikt Huber <benedikt.huber@theobroma-systems.com> Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Benedikt Huber
2015-10-09 11:45   ` James Greenhalgh
2015-10-15 22:04     ` [PATCH v7][aarch64] Implemented reciprocal square root (rsqrt) estimation in -ffast-math Benedikt Huber
2015-10-15 22:04       ` [PATCH] 2015-10-15 Benedikt Huber <benedikt.huber@theobroma-systems.com> Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Benedikt Huber
2015-10-16  9:31         ` Marcus Shawcroft
2015-10-16 13:59           ` [PATCH v8][aarch64] Implemented reciprocal square root (rsqrt) estimation in -ffast-math Benedikt Huber
2015-10-16 13:58             ` [PATCH] 2015-10-15 Benedikt Huber <benedikt.huber@theobroma-systems.com> Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Benedikt Huber
2015-10-16 14:31               ` Marcus Shawcroft
2015-10-16 12:41         ` Oleg Endo
2015-10-16 14:36           ` Benedikt Huber
2015-10-16 15:03             ` Marcus Shawcroft
2015-10-16 16:36               ` [PATCH v9][aarch64] Implemented reciprocal square root (rsqrt) estimation in -ffast-math Benedikt Huber
2015-10-16 16:37                 ` [PATCH] 2015-10-15 Benedikt Huber <benedikt.huber@theobroma-systems.com> Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Benedikt Huber
2015-10-17  1:14               ` Oleg Endo
2015-10-19 14:18                 ` [PATCH v10][aarch64] Implemented reciprocal square root (rsqrt) estimation in -ffast-math Benedikt Huber
2015-10-19 14:29                   ` [PATCH] 2015-10-19 Benedikt Huber <benedikt.huber@theobroma-systems.com> Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Benedikt Huber
2015-10-20 13:40                     ` Marcus Shawcroft
2015-10-22 10:13                       ` Benedikt Huber
2015-10-23 11:07                         ` Bernd Schmidt
2015-10-23 11:13                           ` Benedikt Huber
2015-10-19 14:31                   ` [PATCH v10][aarch64] Implemented reciprocal square root (rsqrt) estimation in -ffast-math Bernd Schmidt
2015-10-08 18:45 ` [PATCH v6][aarch64] " Evandro Menezes

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