Andrew Kelley 09bd4a9a86 compile-time f32, f64 operations are now correctly lossy
previously we used the bigfloat abstraction to do all
compile-time float math. but runtime code and comptime code
are supposed to get the same result. so now if you add a
f32 to a f32 at compile time it does it with f32 math
instead of the bigfloat. float literals still get the
bigfloat math.

closes #424
2017-08-20 01:04:51 -04:00
..
2017-08-19 19:11:43 -04:00
2017-08-19 01:43:43 -04:00
2017-05-19 10:39:59 -04:00
2017-08-19 01:43:43 -04:00
2017-04-24 12:14:45 -04:00
2017-08-19 01:43:43 -04:00
2017-05-19 10:39:59 -04:00
2016-07-28 20:14:57 -07:00
2017-08-19 01:43:43 -04:00