Agreed, but in terms of efficiency wouldn’t it make more sense to put the sign bit right before the mantissa in order to keep the memory layout more consistent with powers of two?
- 0 Posts
- 10 Comments
I think it’s not meant to be more traditional, the icon positions seem random and only the square they’re located is important.
aaaaaaaaargh@feddit.orgto Programmer Humor@programming.dev•Here comes a new JPEG challenger1·25 days ago.mng to the rescue!
That’s not even DOS I think. As far as I know Win 95 came up with this monstrosity in an attempt to circumvent the 8.3 character limitations present in older versions of DOS.
I think that may be possible for every filesystem supporting UTF-8 encoding.
Well… and what would be the meta templating equivalent to this statement?
What!? constexpr is one of the best additions to C++ ever since. And I do like auto even though I get why some folks can’t stand it.
aaaaaaaaargh@feddit.orgto Programmer Humor@programming.dev•This is my life now, until I finally understand Cmake.10·1 year agoYeah, I wasn’t aware of that until I found this article claiming it to be available.
aaaaaaaaargh@feddit.orgto Programmer Humor@programming.dev•This is my life now, until I finally understand Cmake.35·1 year agoDid you know that there is a debugger in Jetbrains CLion (and I think VS as well) that allows you to step through your CMake scripts? As ridiculous as this may seem, actually it is really useful.
This is the spirit