diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-06 09:54:03 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-06 09:54:03 +0000 |
commit | aa3f8de438bc2ca1fca7684cc75e5cd0a5386d57 (patch) | |
tree | f46623d800fbb872eca8799275780575d2038352 | |
parent | bd370199487e18f9450dd4962a368d14b4c4c3e0 (diff) |
- mention the architectures that currently support fenv(3).
i387 works (could be that it works on x86_64, untested), sse code disabled.
-rw-r--r-- | extra/Configs/Config.in.arch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index 03d5e4e51..f4a44ef1c 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -168,6 +168,9 @@ config UCLIBC_HAS_FENV point environment, rounding and exception handling functions then say Y here. + NOTE: Supported architectures currently include: + i386 + config UCLIBC_HAS_LONG_DOUBLE_MATH bool "Enable long double support" depends on DO_C99_MATH |