You are here |
coredumped.dev | ||
| | | |
blog.m-ou.se
|
|
| | | | A few years ago, due to some random chain of events, I ended up implementing a conversion from 128 bit integers to 64 bit floats. This would've turned out to be a complete waste of time, except that my final version is faster than the builtin conversion of every compiler I tested. In this blog post, I'll explain what happened, how floats work, how this conversion works, and how it got a bit out of hand. | |
| | | |
www.linaro.org
|
|
| | | | In this article, David Spickett talks about how Top Byte Ignore works and how to use it. Read more here! | |
| | | |
manybutfinite.com
|
|
| | | | Earlier we've explored the anatomy of a program in memory, the landscape of how our programs run in a computer. Now we turn to the call stack, the work horse in most programming languages and virtual | |
| | | |
kernelpodcast.org
|
|
| | Summary The latest stable kernel is Linux 6.1.11, released by Greg K-H on February 9th 2023. The latest mainline (development) kernel is 6.2-rc7, released on February 5th 2023. Linux 6.2 progress A typical kernel development cycle begins with the "merge window" (period of time during which disruptive changes are allowed to be merged into the... |