summaryrefslogtreecommitdiffstats
path: root/sys/arch/powerpc/include/fenv.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Also enclose variable names with external linkage in __BEGIN_DECLS.martynas2011-05-251-1/+3
| | | | | | | Doesn't matter much since C++ ABI used by GCC doesn't mangle variable names; however technically is required by Section 7.5 of the C++ spec. Discussed with/OK guenther@, matthew@.
* fenv improvements and cleanupsmartynas2011-04-281-13/+23
|
* fenv for powerpcmartynas2011-04-251-0/+84