mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-09 16:08:04 +01:00
fp: A64::FPCR -> FP::FPCR
This commit is contained in:
parent
084bf63a10
commit
b53127600b
14 changed files with 218 additions and 143 deletions
|
|
@ -9,13 +9,11 @@
|
|||
#include <tuple>
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "common/fp/fpcr.h"
|
||||
#include "common/fp/fpsr.h"
|
||||
#include "frontend/A64/FPCR.h"
|
||||
|
||||
namespace Dynarmic::FP {
|
||||
|
||||
using FPCR = A64::FPCR;
|
||||
|
||||
enum class FPType {
|
||||
Nonzero,
|
||||
Zero,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue