mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
AK: Rename fixme to match other FIXMEs
This commit is contained in:
parent
7c66c5f12d
commit
f8527e1cad
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…
Add table
Add a link
Reference in a new issue