Tiny fix to work around gcc bug on ppc (#272)
GCC has a power-pc specific bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26374 This is simple to workaround: remove `l` from a double literal in a `constexpr` expression.
Please register or sign in to comment