This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/16570] New: missing _mm_malloc and _mm_free functions in xmmintrin.h


To be 100% compatible with Intel C++ Compiler and MS VC++, there should be the
functions void * _mm_malloc(size_t size, size_t alignment) and void
_mm_free(void * ptr) in xmmintrin.h.
However these are missing.

Suggestion: add the following piece of code to xmmintrin.h (see further attachment).

-- 
           Summary: missing _mm_malloc and _mm_free functions in xmmintrin.h
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tfautre at pandora dot be
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]