|
You are here |
james.darpinian.com | ||
| | | | |
blog.reverberate.org
|
|
| | | | | Author's note: this article used to be called "What Every ComputerProgrammer Should Know About Floating Point, part 1". Some peoplenoted that this was perh... | |
| | | | |
projectf.io
|
|
| | | | | Integer multiply and divide instructions form the optional M extension. Making multiplication and division optional keeps the base instruction set simple and reduces the size of the smallest RISC-V core. This post includes a brief overview of common RISC-V extensions. | |
| | | | |
orlp.net
|
|
| | | | | [AI summary] A deep dive into the complexities and pitfalls of comparing different numeric types (integers and floating-point) across various programming languages and the CPU architecture | |
| | | | |
pavpanchekha.com
|
|
| | | [AI summary] The blog post discusses a floating-point error example where the expression sqrt(x^2) leads to significant inaccuracies due to numerical overflow and underflow, highlighting how even accurate operations can compose into an inaccurate result. | ||