public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug inline-asm/47318] New: _mm256_maskstore_pd has wrong prototype
@ 2011-01-16 19:54 schnetter at gmail dot com
  2011-01-16 20:12 ` [Bug target/47318] " hjl.tools at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: schnetter at gmail dot com @ 2011-01-16 19:54 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: _mm256_maskstore_pd has wrong prototype
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: inline-asm
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: schnetter@gmail.com


The AVX functions _mm256_maskstore_pd and _mm_maskstore_pd have the wrong
prototype in gcc 4.5.2 and gcc 4.6.0, as declared in avxintrin.h. According to
Intel (e.g.
<http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/cpp/mac/intref_cls/common/intref_avx_maskstore_pd.htm>),
the mask argument should have type __m256i, whereas gcc declares it as __m256d.


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

end of thread, other threads:[~2011-01-18 18:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-16 19:54 [Bug inline-asm/47318] New: _mm256_maskstore_pd has wrong prototype schnetter at gmail dot com
2011-01-16 20:12 ` [Bug target/47318] " hjl.tools at gmail dot com
2011-01-16 22:02 ` hjl.tools at gmail dot com
2011-01-17 13:29 ` hjl at gcc dot gnu.org
2011-01-17 13:46 ` hjl at gcc dot gnu.org
2011-01-17 14:19 ` hjl at gcc dot gnu.org
2011-01-18 18:43 ` hjl.tools 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).