Someone’s Been Messing with My Subnormals
moyix.blogspot.com
Someone’s Been Messing with My Subnormals
1–10 of 132 posts
Re: Someone’s Been Messing with My Subnormals
#2Re: Someone’s Been Messing with My Subnormals
#3I might be misremembering, but I think fastmath was one of the flags explicitly warned against in the Gentoo manual.
Re: Someone’s Been Messing with My Subnormals
#4Dynamic linking is the root of all kinds of evil, enough said.
Re: Someone’s Been Messing with My Subnormals
#5Don't you love your fun safe math?
Re: Someone’s Been Messing with My Subnormals
#6Re: Someone’s Been Messing with My Subnormals
#7Dynamic linking is the root of all kinds of evil, enough said.
Dynamic linking solves a real problem, especially in this space. It comes with new problems of its own but so does the alternative.
Re: Someone’s Been Messing with My Subnormals
#8Dynamic linking is the root of all kinds of evil, enough said.
What is the alternative here? To provide a python.so file with all possible binary Python packages statically linked into it? You'd need to update it every hour to include all the bugfixes in every native library yanked in! To recompile Python itself every time you install a package? Even with a compiler cache you'd have the Gentoo experience of waiting for ages every time you try to use the package manager. Dynamic…
Re: Someone’s Been Messing with My Subnormals
#9Dynamic linking is the root of all kinds of evil, enough said.
But for something like a Python extension it’s what we’ve got.
Which has the ancillary benefit of surfacing stuff like this.