From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30682 invoked by alias); 15 Jul 2004 17:18:03 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 30675 invoked by uid 48); 15 Jul 2004 17:18:02 -0000 Date: Thu, 15 Jul 2004 17:18:00 -0000 From: "tfautre at pandora dot be" To: gcc-bugs@gcc.gnu.org Message-ID: <20040715171800.16570.tfautre@pandora.be> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/16570] New: missing _mm_malloc and _mm_free functions in xmmintrin.h X-Bugzilla-Reason: CC X-SW-Source: 2004-07/txt/msg01880.txt.bz2 List-Id: 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