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