mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
AK: Rename fixme to match other FIXMEs
This commit is contained in:
parent
7c66c5f12d
commit
f8527e1cad
Notes:
sideshowbarker
2024-07-17 00:27:16 +09:00
Author: https://github.com/wertzuz 🔰 Commit: https://github.com/SerenityOS/serenity/commit/f8527e1cad Pull-request: https://github.com/SerenityOS/serenity/pull/19401
1 changed files with 1 additions and 1 deletions
|
@ -772,7 +772,7 @@ template<FloatingPoint T>
|
|||
constexpr T pow(T x, T y)
|
||||
{
|
||||
CONSTEXPR_STATE(pow, x, y);
|
||||
// fixme I am naive
|
||||
// FIXME: I am naive
|
||||
if (__builtin_isnan(y))
|
||||
return y;
|
||||
if (y == 0)
|
||||
|
|
Loading…
Reference in a new issue