mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09: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: 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 T pow(T x, T y)
|
||||||
{
|
{
|
||||||
CONSTEXPR_STATE(pow, x, y);
|
CONSTEXPR_STATE(pow, x, y);
|
||||||
// fixme I am naive
|
// FIXME: I am naive
|
||||||
if (__builtin_isnan(y))
|
if (__builtin_isnan(y))
|
||||||
return y;
|
return y;
|
||||||
if (y == 0)
|
if (y == 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue