mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-04-07 23:33:48 +00:00
fp: A64::FPCR -> FP::FPCR
This commit is contained in:
parent
084bf63a10
commit
b53127600b
14 changed files with 218 additions and 143 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include "common/assert.h"
|
||||
#include "common/bit_util.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/fp/fpcr.h"
|
||||
#include "common/fp/fpsr.h"
|
||||
#include "common/fp/info.h"
|
||||
#include "common/fp/mantissa_util.h"
|
||||
|
|
@ -16,7 +17,6 @@
|
|||
#include "common/fp/rounding_mode.h"
|
||||
#include "common/fp/unpacked.h"
|
||||
#include "common/safe_ops.h"
|
||||
#include "frontend/A64/FPCR.h"
|
||||
|
||||
namespace Dynarmic::FP {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue