25 Oct
2023
25 Oct
'23
10:16 a.m.
Single float division (divss) is at least four time slower, than multiplication (mulss). More information: https://www.agner.org/optimize/instruction_tables.pdf The units_to_pixels was optimized to use only multiplication (mulss), and avoid using divisions (divss).  -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4177