| commit | 0e65aab703ab1f702b812b9e3b01137fd742690f | [log] [tgz] |
|---|---|---|
| author | Jakob Olesen <jolesen@fb.com> | Tue May 07 13:36:56 2019 -0700 |
| committer | Kumar Gala <kumar.gala@gmail.com> | Tue May 14 19:53:30 2019 -0500 |
| tree | 48a18b088894d6782675c662344ccb859b2128bd | |
| parent | b2945d304c081a5ba4a86d8f91354f23f5ab42e0 [diff] |
misc: Always test the portable version of the math_extras.h functions. The implementation of the <misc/math_extras.h> functions will use the portable C code when PORTABLE_MISC_MATH_EXTRAS is defined before including the header. Use this feature macro to make sure that the unit test always tests the portable functions in addition to the ones using builtins for the current compiler. Signed-off-by: Jakob Olesen <jolesen@fb.com>