Function mlir_sys::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.