From: nsz Date: Mon, 27 Feb 2012 21:17:15 +0000 (+0100) Subject: libm: fix html X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=426327db4c4ddcff003fc2ffbfb892d2c1f03720;p=www libm: fix html --- diff --git a/libm/index.html b/libm/index.html index 5832554..50ffa4e 100644 --- a/libm/index.html +++ b/libm/index.html @@ -259,7 +259,7 @@ different precision than at runtime). C99 actually allows most of these optimizations but they can be turned off with STDC pragmas (see 6.10.6). -Unfortunately gcc does not support these pragmas. +Unfortunately gcc does not support these pragmas.

FENV_ACCESS ON tells the compiler that the code wants to access the floating point environment (eg. set different rounding mode)