Skip to content

Compiler Intrinsics

In certain cases, the compiler may need to receive hints or should help to you for implementing some things. These situations are mostly necessary for advanced usage or interoperability scenarios involving external code that the compiler cannot inspect or analyze on its own.

The std/intrinsic package exposes an API to these compiler intrinsics.