Commit Graph

8 Commits

Author SHA1 Message Date
Jeff Johnston a5658558fb Add patch from Joel Sherrill for i386 and x86_64 fenv support 2020-10-14 10:54:03 -04:00
Joel Sherrill c1199c286f fe_dfl_env.c: Fix typo in comment 2020-10-14 10:53:59 -04:00
Joel Sherrill 758e445159 fenv: Include documentation in generated .info file 2020-10-14 10:53:58 -04:00
Jon Turney bbee9557b4 fenv: Fix typo-ed variable name in documentation 2020-10-14 10:53:58 -04:00
Jon Turney 300ac8e178 fenv: Fix mangled makedoc markup
See makedoc.c:657:
Variables are marked up as '<[foo]>'.
Code is marked up as '<<foo>>'.
2020-10-14 10:53:58 -04:00
Jon Turney d7e062ad4e fenv: fe_dfl_env.c doesn't contain any documentation
fe_dfl_env.c doesn't contain any documentation, so drop it from makedoc
processing.
2020-10-14 10:53:58 -04:00
Joel Sherrill 22026eb194 Regenerated files from fenv.h addition 2020-10-14 10:53:58 -04:00
Joel Sherrill 0efd05546a Add default implementation of fenv.h and all methods
The default implementation of the fenv.h methods return
	-EOPNOTSUP. Some of these have implementations appropriate
        for soft-float.

	The intention of the new fenv.h is that it be portable
	and that architectures provide their own implementation
	of sys/fenv.h.
2020-10-14 10:53:58 -04:00