]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/fpu.h
xnu-2422.1.72.tar.gz
[apple/xnu.git] / osfmk / i386 / fpu.h
index 5b0658f60ab99c10f61224a6b4db219f0d72ea29..12a5082b6defa4eeef73c6bfceebfbd1ddde4e8b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2010 Apple Inc. All rights reserved.
+ * Copyright (c) 2000-2012 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -99,10 +99,6 @@ extern void          fpexterrflt(void);
 extern void            fpSSEexterrflt(void);
 extern void            fpflush(thread_t);
 extern void            fp_setvalid(boolean_t);
-#ifdef __i386__
-extern void            fxsave64(struct x86_fx_thread_state *);
-extern void            fxrstor64(struct x86_fx_thread_state *);
-#endif
 
 extern void clear_fpu(void);
 extern void fpu_save_context(thread_t thread);