mirror of https://git.musl-libc.org/git/musl
Browse Source
previously the external definitions of these functions were omitted on archs where long double is the same as double, since the code paths in the math.h macros which would call them are unreachable. however, even if they are unreachable, the definitions are still mandatory. omitting them is invalid C, and in the case of a non-optimizing compiler, will result in a link error.master
2 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue