This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, libgfortran, commited]: Fix stmxcsr in config/fpu-387.h (again).


Hello!

This patch fixes breakage in stmxcsr in config/fpu-387.h.
Additionally, control word variables are changed to unsigned, and a
#define SSE is added to make code more readable (as is the case in
config/i386/crtfastmath.c).

I have commited this patch to mainline CVS after checking that it
_really_ compiles. I aplologise for all inconveniences...

2005-10-14  Uros Bizjak  <uros@kss-loka.si>

	* config/fpu-387.h (set_fpu): Remove extra ":" in stmxcsr.
	Change cw and cw_sse variables to unsigned.
	(SSE): New definition.
	(has_sse): Use it.

Thanks,
Uros.

Attachment: gfortran.diff
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]