1 out of 5 rated this helpful - Rate this topic

x86 Intrinsics

The Visual C++ compiler makes the following intrinsics available on the x86 architecture.

In addition, the Visual C++ compiler supports intrinsics for MMX, Streaming SIMD Extensions (SSE), and Streaming SIMD Extensions 2 (SSE2). For more information, see MMX, SSE, and SSE2 Intrinsics. Also, many functions in the CRT are implemented as intrinsics on the x86 platform.

The following functions, with or without the preceding underscore, are available only when you specify the /Ze compiler option to enable Microsoft extensions:

_inp

inp

_inpd

inpd

_inpw

inpw

_outp

outp

_outpd

outpd

_outpw

outpw

[Go back to top]

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.