Previously worked on AV1+AV2 @ Google, now consulting @ Monocot. She/her.
Blogs at https://www.rachelplusplus.me.uk/
I suspect the "why" is because of a combination of supporting large exponents (can't use `x * (1<<n)` if n=100) and edge cases (can't just manipulate the exponent). So it's slow in software, but shouldn't be too bad in silicon.
I suspect the "why" is because of a combination of supporting large exponents (can't use `x * (1<<n)` if n=100) and edge cases (can't just manipulate the exponent). So it's slow in software, but shouldn't be too bad in silicon.