[cfe-dev] MSVC compiler intrinsics, need for direction.

Francois Pichet pichet2000 at gmail.com
Wed Oct 6 08:07:31 PDT 2010


On Wed, Oct 6, 2010 at 10:59 AM, Douglas Gregor <dgregor at apple.com> wrote:
>
> On Oct 6, 2010, at 7:58 AM, Francois Pichet wrote:
>
>> I did some research and it will be easier than I thought.
>> With the exception of __noop and __assume (possibly more), MSVC
>> intrinsics require a prototype.
>> So they will be handled like normal functions by clang.
>
> Where does this prototype come from?

#include <intrin.h>



More information about the cfe-dev mailing list