aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/x86_64-netbsd-none/machine/fpu.h
blob: 33cdbb2a9c90faa95e7e415872d4472e91d06699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _AMD64_FPU_H_
#define _AMD64_FPU_H_

/*
 * This file is only present for backwards compatibility with
 * a few user programs, particularly firefox.
 */

#ifndef _KERNEL
#define fxsave64 fxsave
#include <x86/cpu_extended_state.h>
#endif

#endif