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 target/16570] missing _mm_malloc and _mm_free functions in xmmintrin.h


------- Additional Comments From dannysmith at users dot sourceforge dot net  2004-07-16 11:25 -------
Hi, 
A version of _aligned_malloc and friends was submitted to mingw project and
declared as public domain.  I have been using it for some time with no problem. 
It works on i686 linux and mingw. You may want to look at it for a portable 
implemtation that could be used as mm_malloc.  It would also be useful for an 
overloaded (aligned) new/delete implementation


See the latest file attachments at this link:
https://sourceforge.net/tracker/index.php?
func=detail&aid=668224&group_id=2435&atid=102435

Danny

-- 


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]