SCM Repository
View of /sml/trunk/src/runtime/mach-dep/ml-fp.h
Parent Directory
|
Revision Log
Revision 2 -
(download)
(as text)
(annotate)
Sat Oct 4 23:33:09 1997 UTC (23 years, 6 months ago) by monnier
File size: 425 byte(s)
Sat Oct 4 23:33:09 1997 UTC (23 years, 6 months ago) by monnier
File size: 425 byte(s)
Initial revision
/* ml-fp.h * * COPYRIGHT (c) 1995 by AT&T Bell Laboratories. * * NOTE: changes to this file must be tracked in ml-fp.c. */ #ifdef TARGET_X86 extern void Save_C_FPState(); extern void Restore_C_FPState(); extern void Save_ML_FPState(); extern void Restore_ML_FPState(); #else #define Save_C_FPState() #define Restore_C_FPState() #define Save_ML_FPState() #define Restore_ML_FPState() #endif /* end of ml-fp.h */
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |