xref: /netbsd-src/sys/arch/amd64/include/fpu.h (revision ae3b84a62bf72af6dae863d2499b3db523ff04a8)
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