Skip to main content

Module intrinsics

Module intrinsics 

Source
Expand description

Intrinsics and other functions that the interpreter executes without looking at their MIR. Intrinsics/functions supported here are shared by CTFE and miri.

Modulesยง

simd ๐Ÿ”’

Enumsยง

MinMax ๐Ÿ”’
MulAddType ๐Ÿ”’
VarArgCompatible ๐Ÿ”’
Whether two types T and U are compatible when a value of type T is passed as a c-variadic argument and read as a value of type U.

Functionsยง

alloc_type_name ๐Ÿ”’
Directly returns an Allocation containing an absolute path representation of the given type.