Explore >> Select a destination


You are here

gafferongames.com
| | www.yosefk.com
1.1 parsecs away

Travel
| | [AI summary] A technical article explaining how to achieve consistent floating-point computation results across different build modes and platforms by configuring compiler flags and FPU control registers to avoid platform-specific intermediate precision issues.
| | huonw.github.io
2.9 parsecs away

Travel
| | An overview of my work on improving SIMD in Rust.
| | www.yosoygames.com.ar
1.2 parsecs away

Travel
| | [AI summary] A technical deep dive into floating point determinism issues in C, C++, and C# programming across different compilers and platforms, exploring why non-associative math breaks cross-platform consistency and how developers handle it in game development.
| | johnwickerson.wordpress.com
21.9 parsecs away

Travel
| High-level synthesis - the automatic compilation of a software program into a custom hardware design - is an increasingly important technology. It's attractive because it lets software engineers harness the computational power and energy-efficiency of custom hardware devices such as FPGAs. It's also attractive to hardware designers because it allows them to enter their designs...