@karolherbst The lyric "I'm fuckin' up your program" has never been more appropriate.
(Context: https://genius.com/Limp-bizkit-break-stuff-lyrics)
Lain(e/o/a) Taffin Altman
@pthariensflame@social.treehouse.systems
Posts
-
okay.. not only did I read the floating point IEEE spec, I'm also compiling LLVM today. -
so for the next 5 minutes I can answer every rounding related question for IEEE 754 floating points.@karolherbst Fair; may the ice cream be tasty and the container not get too soggy. ^.^
-
so for the next 5 minutes I can answer every rounding related question for IEEE 754 floating points.@karolherbst Yeah, for the explicit rounding operations themselves. I meant more during the arithmetic operations, which don't take a rounding mode parameter in the spec and instead are treated by Chapter 4 of the spec as "rounding direction attributes" and recommended to be dynamically updatable.
-
so for the next 5 minutes I can answer every rounding related question for IEEE 754 floating points.@karolherbst That's okay, so did the IEE754 committee themselves.
-
so for the next 5 minutes I can answer every rounding related question for IEEE 754 floating points.@karolherbst Why is round-to-odd not a standardized rounding mode? Separately, why is rounding on operations specified as a mutable environment instead of as a parameter?
-
Somebody should start a project where literally every programming language is being used@karolherbst This might be a good starting point: https://github.com/mame/quine-relay