public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/47840] New: incorrect _mm256_insert_epi{32,64} implementations
@ 2011-02-21 18:51 kretz at kde dot org
  2011-02-21 20:00 ` [Bug target/47840] [4.4/4.5/4.6 Regression] " ubizjak at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: kretz at kde dot org @ 2011-02-21 18:51 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: incorrect _mm256_insert_epi{32,64} implementations
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: kretz@kde.org


see avxintrin.h:
_mm256_insert_epi32 and _mm256_insert_epi64 use _mm_insert_epi16 internally

if __OPTIMIZE__ is not defined they use _mm_insert_epi32/64 internally - as I
would have expected.

I also checked 4.5 and 4.4, and it seems the bug was not noticed in any branch
yet.


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

end of thread, other threads:[~2011-02-21 20:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-21 18:51 [Bug target/47840] New: incorrect _mm256_insert_epi{32,64} implementations kretz at kde dot org
2011-02-21 20:00 ` [Bug target/47840] [4.4/4.5/4.6 Regression] " ubizjak at gmail dot com
2011-02-21 20:05 ` uros at gcc dot gnu.org
2011-02-21 20:06 ` uros at gcc dot gnu.org
2011-02-21 20:59 ` uros at gcc dot gnu.org
2011-02-21 21:02 ` ubizjak at gmail 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).