mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
fpu: move public header file to include/fpu
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
927d4878b0
commit
6b4c305cbd
26 changed files with 25 additions and 27 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include "exec/cpu-defs.h"
|
||||
|
||||
#include "softfloat.h"
|
||||
#include "fpu/softfloat.h"
|
||||
|
||||
#define TARGET_HAS_ICE 1
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "cpu.h"
|
||||
#include "helper.h"
|
||||
#include "softfloat.h"
|
||||
#include "fpu/softfloat.h"
|
||||
|
||||
#define FP_STATUS (env->fp_status)
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "softfloat.h"
|
||||
#include "fpu/softfloat.h"
|
||||
#include "helper.h"
|
||||
|
||||
uint64_t cpu_alpha_load_fpcr (CPUAlphaState *env)
|
||||
|
|
|
@ -611,7 +611,7 @@ static void gen_qual_roundmode(DisasContext *ctx, int fn11)
|
|||
}
|
||||
|
||||
#if defined(CONFIG_SOFTFLOAT_INLINE)
|
||||
/* ??? The "softfloat.h" interface is to call set_float_rounding_mode.
|
||||
/* ??? The "fpu/softfloat.h" interface is to call set_float_rounding_mode.
|
||||
With CONFIG_SOFTFLOAT that expands to an out-of-line call that just
|
||||
sets the one field. */
|
||||
tcg_gen_st8_i32(tmp, cpu_env,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue