소스 검색

- 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 17 년 전
부모
커밋
aa3f8de438
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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