Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/arch/x86_64/gen/fpgetmask.S,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/arch/x86_64/gen/fpgetmask.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/lib/libc/arch/x86_64/gen/fpgetmask.S 2002/01/13 21:45:51 1.2 +++ src/lib/libc/arch/x86_64/gen/fpgetmask.S 2002/06/12 19:17:22 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: fpgetmask.S,v 1.2 2002/01/13 21:45:51 thorpej Exp $ */ +/* $NetBSD: fpgetmask.S,v 1.3 2002/06/12 19:17:22 fvdl Exp $ */ /* * Written by J.T. Conklin, Apr 4, 1995 @@ -7,6 +7,12 @@ #include +/* + * XXX only read x87 control word here. If an application only + * uses the fp* interface to manipulate FP bits, it should + * always remain in sync with the SSE mxcsr register. + */ + #ifdef WEAK_ALIAS WEAK_ALIAS(fpgetmask, _fpgetmask) ENTRY(_fpgetmask)