Issue was caused by imprecise math due to using float numbers.
Use double instead.
No negative performance impact was observed.
Differential D16517
Fix T101211: Image jitters when scaling by large values Authored by Richard Antalik (ISS) on Nov 15 2022, 7:27 PM.
Details Issue was caused by imprecise math due to using float numbers. No negative performance impact was observed.
Diff Detail
Event Timeline
Comment Actions Modern processors use double math internally. So this patch has minimum overhead. Fine by me. Would just make the return values consistent.
| ||||||||||||