Openenclave: fmal and tgama math functions

Created on 6 Mar 2020  路  3Comments  路  Source: openenclave/openenclave

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

SGX core triaged

Most helpful comment

@jhand2 Thanks for implementing the ability to run each libc test individually. Super helpful!

All 3 comments

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:

  1. Just compile in the functions anyway
  2. Add working tests to libc-test (3rd party library) for these functions

Thanks for the hint Jordan.

@jhand2 Thanks for implementing the ability to run each libc test individually. Super helpful!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

radhikaj picture radhikaj  路  7Comments

letmaik picture letmaik  路  8Comments

manojrupireddy picture manojrupireddy  路  6Comments

maverick-zhn picture maverick-zhn  路  7Comments

andschwa picture andschwa  路  3Comments