public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/24323]  New: _MM_TRANSPOSE4_PS could be improved
@ 2005-10-12  3:22 pinskia at gcc dot gnu dot org
  2005-10-12  3:23 ` [Bug target/24323] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-12  3:22 UTC (permalink / raw)
  To: gcc-bugs

_MM_TRANSPOSE4_PS could be improved so that it is faster.
Patch here:
http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00324.html


-- 
           Summary: _MM_TRANSPOSE4_PS could be improved
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: patch
          Severity: enhancement
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24323


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

* [Bug target/24323] _MM_TRANSPOSE4_PS could be improved
  2005-10-12  3:22 [Bug target/24323] New: _MM_TRANSPOSE4_PS could be improved pinskia at gcc dot gnu dot org
@ 2005-10-12  3:23 ` pinskia at gcc dot gnu dot org
  2005-10-12 12:56 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-12  3:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-12 03:23 -------
This patch has been approved for 4.2.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |23111
              nThis|                            |
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-12 03:23:52
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24323


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

* [Bug target/24323] _MM_TRANSPOSE4_PS could be improved
  2005-10-12  3:22 [Bug target/24323] New: _MM_TRANSPOSE4_PS could be improved pinskia at gcc dot gnu dot org
  2005-10-12  3:23 ` [Bug target/24323] " pinskia at gcc dot gnu dot org
@ 2005-10-12 12:56 ` pinskia at gcc dot gnu dot org
  2005-11-28 22:24 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-12 12:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24323


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

* [Bug target/24323] _MM_TRANSPOSE4_PS could be improved
  2005-10-12  3:22 [Bug target/24323] New: _MM_TRANSPOSE4_PS could be improved pinskia at gcc dot gnu dot org
  2005-10-12  3:23 ` [Bug target/24323] " pinskia at gcc dot gnu dot org
  2005-10-12 12:56 ` pinskia at gcc dot gnu dot org
@ 2005-11-28 22:24 ` pinskia at gcc dot gnu dot org
  2005-11-30  6:29 ` echristo at apple dot com
  2005-12-05 23:04 ` dalej at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-28 22:24 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |echristo at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24323


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

* [Bug target/24323] _MM_TRANSPOSE4_PS could be improved
  2005-10-12  3:22 [Bug target/24323] New: _MM_TRANSPOSE4_PS could be improved pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-11-28 22:24 ` pinskia at gcc dot gnu dot org
@ 2005-11-30  6:29 ` echristo at apple dot com
  2005-12-05 23:04 ` dalej at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: echristo at apple dot com @ 2005-11-30  6:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from echristo at apple dot com  2005-11-30 06:29 -------
Patch committed.


-- 

echristo at apple dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24323


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

* [Bug target/24323] _MM_TRANSPOSE4_PS could be improved
  2005-10-12  3:22 [Bug target/24323] New: _MM_TRANSPOSE4_PS could be improved pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-11-30  6:29 ` echristo at apple dot com
@ 2005-12-05 23:04 ` dalej at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dalej at gcc dot gnu dot org @ 2005-12-05 23:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dalej at gcc dot gnu dot org  2005-12-05 23:04 -------
Subject: Bug 24323

Author: dalej
Date: Mon Dec  5 23:04:28 2005
New Revision: 108080

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108080
Log:
2005-12-05  Dale Johannesen  <dalej@apple.com>

        * config/i386/xmmintrin.h (_MM_TRANSPOSE4_PS):  Fix to match
        what was approved (PR 24323).


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/xmmintrin.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24323


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

end of thread, other threads:[~2005-12-05 23:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-12  3:22 [Bug target/24323] New: _MM_TRANSPOSE4_PS could be improved pinskia at gcc dot gnu dot org
2005-10-12  3:23 ` [Bug target/24323] " pinskia at gcc dot gnu dot org
2005-10-12 12:56 ` pinskia at gcc dot gnu dot org
2005-11-28 22:24 ` pinskia at gcc dot gnu dot org
2005-11-30  6:29 ` echristo at apple dot com
2005-12-05 23:04 ` dalej at gcc dot gnu dot org

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