Andrew Turner added the comment:
I think this patch is correct.
Clang, as shipped by FreeBSD, doesn't support FENV_ACCESS. It raises the
following warning:
fenv_test.c:2:14: warning: pragma STDC FENV_ACCESS ON is not supported,
ignoring pragma [-Wunknown-pragmas]
#pragma STDC FENV_ACCE
Andrew Turner added the comment:
Can this be applied?
--
___
Python tracker
<http://bugs.python.org/issue24520>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Andrew Turner:
The attached patch moves to use the fenv functions on FreeBSD to control the
floating-point environment. This will be needed as I don't expect FreeBSD will
have these functions on arm64.
I would expect a similar change should be applied to any supp