xref: /netbsd-src/sys/arch/amd64/include/fpu.h (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1 #ifndef _AMD64_FPU_H_
2 #define _AMD64_FPU_H_
3 
4 /*
5  * This file is only present for backwards compatibility with
6  * a few user programs, particularly firefox.
7  */
8 
9 #ifndef _KERNEL
10 #define fxsave64 fxsave
11 #include <x86/cpu_extended_state.h>
12 #endif
13 
14 #endif
15