Skip to main content

pending_float_types

Function pending_float_types 

Source
pub fn pending_float_types() -> Error
Expand 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();