mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-09 22:27:46 +00:00
Calculating sin and cos at once is quite a bit cheaper than calculating them individually. x87 has even a dedicated instruction for it: `fsincos`.