ladybird/Userland
Hendiadyoin1 cd21e03225 AK+Everywhere: Add sincos and use it in some places
Calculating sin and cos at once is quite a bit cheaper than calculating
them individually.
x87 has even a dedicated instruction for it: `fsincos`.
2022-03-15 11:39:42 +01:00
..
Applets LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Applications Spreadsheet: Move tab widget actions to the main widget constructor 2022-03-15 12:01:27 +03:30
Demos Kernel: Sandbox each GPU3DDevice file description into own host context 2022-03-14 17:38:18 +03:30
DevTools AK+Everywhere: Add sincos and use it in some places 2022-03-15 11:39:42 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Libraries AK+Everywhere: Add sincos and use it in some places 2022-03-15 11:39:42 +01:00
Services AudioServer: Decrease sample headroom to 5% 2022-03-14 22:46:46 +01:00
Shell Shell: Stop parsing options after the script name 2022-03-11 08:41:21 +03:30
Utilities date: Allow using a custom format string 2022-03-08 23:30:47 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00