Closed porglezomp closed 7 years ago
Our eval stack should contain
enum Val { F(f64), I(i64), }
in order to reduce the number of conversions that have to happen, which should hopefully improve precision.
Our eval stack should contain
in order to reduce the number of conversions that have to happen, which should hopefully improve precision.