Tested on leon3. Pushed.
Thanks.
--joel
On Mon, Apr 20, 2020 at 1:22 PM Eshan dhawan
wrote:
> added tests for fesetexeptflag(), fegetexeptflag(),
> fegetround(), fesetround().
>
> In the test fegetround() does not return any flag
> other then FE_TONEAREST in tests.
> This is probably due to so
Hello everyone,
I sent this patch adding test cases for fenv methods.
I would request you all to look into it.
And tell if it requires any changes.
Or if it could be merged.
Thanks
-Eshan
On Mon, Apr 20, 2020 at 11:52 PM Eshan dhawan
wrote:
> added tests for fesetexeptflag(), fegetexeptflag(),
added tests for fesetexeptflag(), fegetexeptflag(),
fegetround(), fesetround().
In the test fegetround() does not return any flag
other then FE_TONEAREST in tests.
This is probably due to soft float.
The test complies successfully and returns assert
at fegetround()
Other tests run without any er