PERFORCE change 116003 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Fri Mar 16 20:54:33 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=116003

Change 116003 by gonzo at gonzo_jeeves on 2007/03/16 20:53:43

	o Define FLT_ROUNDS to -1, just like in arm port. __flt_rounds
	    relies on FPU coprocessor - not implemented on the moment.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/include/float.h#3 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/include/float.h#3 (text+ko) ====

@@ -40,7 +40,7 @@
 __END_DECLS
 
 #define FLT_RADIX	2		/* b */
-#define FLT_ROUNDS	__flt_rounds()
+#define FLT_ROUNDS	-1
 #if __ISO_C_VISIBLE >= 1999
 #define	FLT_EVAL_METHOD	(-1)		/* i387 semantics are...interesting */
 #define	DECIMAL_DIG	21		/* max precision in decimal digits */


More information about the p4-projects mailing list