mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
Libraries: Fix typos
This commit is contained in:
parent
9ec9886b04
commit
de72332920
Notes:
sideshowbarker
2024-07-18 03:16:24 +09:00
Author: https://github.com/nico
Commit: de72332920
Pull-request: https://github.com/SerenityOS/serenity/pull/10284
Reviewed-by: https://github.com/linusg ✅
9 changed files with 10 additions and 10 deletions
|
@ -403,7 +403,7 @@ MAKE_AK_BACKED2(remainder);
|
|||
long double truncl(long double x) NOEXCEPT
|
||||
{
|
||||
if (fabsl(x) < LONG_LONG_MAX) {
|
||||
// This is 1.6 times faster than the implemenation using the "internal_to_integer"
|
||||
// This is 1.6 times faster than the implementation using the "internal_to_integer"
|
||||
// helper (on x86_64)
|
||||
// https://quick-bench.com/q/xBmxuY8am9qibSYVna90Y6PIvqA
|
||||
u64 temp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue