mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-03 11:15:05 +00:00
GCC likely has a builtin intrinsic that evaluates the operation at compile-time, even if the `LibM` is not declared as constexpr. Clang, however, does not like it, and it failed to compile this code.