public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/14654] New: No FMA instructions in FMA functions
@ 2012-10-01 19:10 hjl.tools at gmail dot com
  2012-10-02 13:36 ` [Bug math/14654] " hjl.tools at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2012-10-01 19:10 UTC (permalink / raw)
  To: glibc-bugs


http://sourceware.org/bugzilla/show_bug.cgi?id=14654

             Bug #: 14654
           Summary: No FMA instructions in FMA functions
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: unassigned@sourceware.org
        ReportedBy: hjl.tools@gmail.com
    Classification: Unclassified


The following x86-64 FMA files contain no FMA instructions:

mpatan2-fma4.o
mpatan-fma4.o
mpexp-fma4.o
mplog-fma4.o
mptan-fma4.o
slowexp-fma4.o
slowpow-fma4.o

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/14654] No FMA instructions in FMA functions
  2012-10-01 19:10 [Bug math/14654] New: No FMA instructions in FMA functions hjl.tools at gmail dot com
@ 2012-10-02 13:36 ` hjl.tools at gmail dot com
  2012-10-04 17:04 ` hjl.tools at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2012-10-02 13:36 UTC (permalink / raw)
  To: glibc-bugs


http://sourceware.org/bugzilla/show_bug.cgi?id=14654

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-10-02 13:36:09 UTC ---
But those functions call other functions which contains FMA
instructions.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/14654] No FMA instructions in FMA functions
  2012-10-01 19:10 [Bug math/14654] New: No FMA instructions in FMA functions hjl.tools at gmail dot com
  2012-10-02 13:36 ` [Bug math/14654] " hjl.tools at gmail dot com
@ 2012-10-04 17:04 ` hjl.tools at gmail dot com
  2013-12-03 18:39 ` jsm28 at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2012-10-04 17:04 UTC (permalink / raw)
  To: glibc-bugs


http://sourceware.org/bugzilla/show_bug.cgi?id=14654

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
            Version|unspecified                 |2.17
         Resolution|INVALID                     |

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2012-10-04 17:04:00 UTC ---
FMA4 functions should call AVX versions of those functions.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/14654] No FMA instructions in FMA functions
  2012-10-01 19:10 [Bug math/14654] New: No FMA instructions in FMA functions hjl.tools at gmail dot com
  2012-10-02 13:36 ` [Bug math/14654] " hjl.tools at gmail dot com
  2012-10-04 17:04 ` hjl.tools at gmail dot com
@ 2013-12-03 18:39 ` jsm28 at gcc dot gnu.org
  2014-02-06 18:32 ` [Bug math/14654] [x86_64] " jsm28 at gcc dot gnu.org
  2014-06-17  4:12 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-12-03 18:39 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14654

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug math/14654] [x86_64] No FMA instructions in FMA functions
  2012-10-01 19:10 [Bug math/14654] New: No FMA instructions in FMA functions hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2013-12-03 18:39 ` jsm28 at gcc dot gnu.org
@ 2014-02-06 18:32 ` jsm28 at gcc dot gnu.org
  2014-06-17  4:12 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-02-06 18:32 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14654

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Host|                            |x86_64-*-*
            Summary|No FMA instructions in FMA  |[x86_64] No FMA
                   |functions                   |instructions in FMA
                   |                            |functions

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug math/14654] [x86_64] No FMA instructions in FMA functions
  2012-10-01 19:10 [Bug math/14654] New: No FMA instructions in FMA functions hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2014-02-06 18:32 ` [Bug math/14654] [x86_64] " jsm28 at gcc dot gnu.org
@ 2014-06-17  4:12 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2014-06-17  4:12 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14654

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-17  4:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-01 19:10 [Bug math/14654] New: No FMA instructions in FMA functions hjl.tools at gmail dot com
2012-10-02 13:36 ` [Bug math/14654] " hjl.tools at gmail dot com
2012-10-04 17:04 ` hjl.tools at gmail dot com
2013-12-03 18:39 ` jsm28 at gcc dot gnu.org
2014-02-06 18:32 ` [Bug math/14654] [x86_64] " jsm28 at gcc dot gnu.org
2014-06-17  4:12 ` fweimer at redhat dot com

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