Notice fmal() and tgamma() functions are marked as unsupported in OE. This may cause issues for people porting apps from Intel SGX SDK which has the support. Opening this issue to track and discuss potential solutions
Thanks @haitaohuang!
A little context for whoever ends up working on this: fmal and tgamma are currently supported functions in musl, but OE does not compile them into oelibc because of insufficient test coverage. tgamma does not have a test in libc-test and the test for fmal is broken.
The options are:
Thanks for the hint Jordan.
@jhand2 Thanks for implementing the ability to run each libc test individually. Super helpful!
Most helpful comment
@jhand2 Thanks for implementing the ability to run each libc test individually. Super helpful!