![]() |
|
Message-ID: <CALNs47sJ-O+iB=JkYA2rFwxghCk9N24O3cYU3AQTAu64FwDeAg@mail.gmail.com> Date: Fri, 28 Feb 2025 06:36:09 -0500 From: Trevor Gross <tmgross@...ch.edu> To: musl@...ts.openwall.com Subject: f128 aliases for long double math symbols Hello all, On platforms where `long double` is `_Float128`, glibc provides aliases of math symbols. For example, on aarch64 `sinl` and `sinf128` refer to the same function. Would the same be welcome in musl? The advantage this provides is certainty that the correct symbol is linked for `_Float128` operations without knowledge of what the platform `long double` is configured to (e.g. the ongoing PowerPC double-double to IEEE128 migration). Best regards, Trevor
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.