mirror of https://git.musl-libc.org/git/musl
Browse Source
commit 559de8f5f0 redefined FLT_ROUNDS
to use an external function that can report the actual current
rounding mode, rather than always reporting round-to-nearest. however,
float.h did not include 'extern "C"' wrapping for C++, so C++ programs
using FLT_ROUNDS ended up with an unresolved reference to a
name-mangled C++ function __flt_rounds.
master
1 changed files with 8 additions and 0 deletions
Loading…
Reference in new issue