Module macros
Macros used to declare intrinsics.
Macros
- intrinsic_dispatch_on_type Declares an intrinsic that is generic over its type, but whose fallback body has to be written per-type. This is needed for the float intrinsics, which are generics but may have different fallback bodies for each float width.