> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor > Sent: Wednesday, April 02, 2008 8:38 PM > To: [email protected] > Subject: Re: svn commit: r643964 - /stdcxx/trunk/include/rw/_traits.h > > Farid Zaripov wrote: > > From ICC help: > > I've read the Intel C++ manuals. They don't mention > __builtin_memcpy either but the compiler seems to understand > it just fine. In fact, the latest compiler understands all > the gcc intrinsics with the exception of __builtin_memmove. > So perhaps disabling just that one builtin would be enough.
Ok, but why we need to use __builtin_xxx() functions instead of corresponding std::xxx() functions while both set of these functions are intrinsics on icc? :) Farid.
