]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Revert "Makefile.uk: Add flag to avoid gcc specifc symbol"
authorAndrei Tatar <andrei@unikraft.io>
Thu, 4 May 2023 22:03:13 +0000 (00:03 +0200)
committerUnikraft <monkey@unikraft.io>
Wed, 10 May 2023 18:00:16 +0000 (18:00 +0000)
commit63ac465bc66de2e492b94de747e7ba78f853ad93
treecaafcfb31fc00e94c58997cbf607f5b29a78ec31
parent45c4aa586fa0a215ebd1bc2950f5fe249d1b965c
Revert "Makefile.uk: Add flag to avoid gcc specifc symbol"

This reverts commit 4912487a42ec9ab1f7ab7bcca698c50a849eafa8.

__muldc3 is implemented by lib-compiler-rt for clang, and emitting calls
to it is normal. While -ffast-math prevents these calls, it also enables
unsafe optimizations that might result in wrong results from math
functions.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #46
Makefile.uk