Browse Source

- mention the architectures that currently support fenv(3).
i387 works (could be that it works on x86_64, untested), sse code disabled.

Bernhard Reutner-Fischer 15 years ago
parent
commit
aa3f8de438
1 changed files with 3 additions and 0 deletions
  1. 3 0
      extra/Configs/Config.in.arch

+ 3 - 0
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