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