mlir_sys

Function mlirFloatAttrDoubleGet

Source
pub unsafe extern "C" fn mlirFloatAttrDoubleGet(
    ctx: MlirContext,
    type_: MlirType,
    value: f64,
) -> MlirAttribute
Expand description

Creates a floating point attribute in the given context with the given double value and double-precision FP semantics.