mirror of https://git.musl-libc.org/git/musl
Browse Source
commit e4355bd6be moved the math asm
from external source files to inline asm, but unfortunately, all
current releases of clang use the wrong inline asm constraint codes
for float and double ("w" and "P" instead of "t" and "w",
respectively). this patch adds detection for the bug in configure,
and, for now, just disables the affected asm on broken clang versions.
master
3 changed files with 16 additions and 2 deletions
Loading…
Reference in new issue