Constant cranelift_codegen::ir::types::F32
source · pub const F32: Type;
Expand description
A 32-bit floating point type represented in the IEEE 754-2008
binary32 interchange format. This corresponds to the :c:type:float
type in most C implementations.