Fading Audio is ROUGH on CPUs

Enviado por Fabio el 2025-08-13 03:00:53 | Host: youtube

Fading out audio is one of the most CPU-intensive tasks you can possibly do! When numbers get *really* small, the number of CPU operations can explode 100-fold. Both x86 and ARM have special CPU instructions just to handle it. But why? In this video, we'll explore the IEEE 754 (floating point) standard, the fight between Intel and DEC, and I'll write some demonstration C++ code that illustrates this problem even today!

Comentarios