diff options
author | Tom <tomut@yahoo.com> | 2021-12-27 18:23:04 -0700 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-01-23 22:45:21 +0000 |
commit | f021baf25507e466def8b07ca48a7b54bf140131 (patch) | |
tree | cba010a968e97cf097f5d00247fd620660638394 /Userland/Utilities/cksum.cpp | |
parent | 77b3230c806d3ee8d5ceb50b60a1ed88ba62d737 (diff) | |
download | serenity-f021baf25507e466def8b07ca48a7b54bf140131.zip |
AK: Add Formatter<FixedPoint<...>> without floating point
Rather than casting the FixedPoint to double, format the FixedPoint
directly. This avoids using floating point instruction, which in
turn enables this to be used even in the kernel.
Diffstat (limited to 'Userland/Utilities/cksum.cpp')
0 files changed, 0 insertions, 0 deletions