pub fn pending_float_types() -> ErrorExpand description
Return the canonical float-pending error.
This function exists to make the reference interpreter intentionally fail on float operations until the parity engine has a complete, testable IEEE 754 CPU reference to compare against GPU output.
§Examples
ⓘ
let err = vyre::reference::ieee754::pending_float_types();