mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 20:02:55 +00:00
fp: Move FPToFixed to its own file
This commit is contained in:
@@ -6,16 +6,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "common/fp/fpsr.h"
|
||||
#include "common/fp/rounding_mode.h"
|
||||
#include "frontend/A64/FPCR.h"
|
||||
|
||||
namespace Dynarmic::FP {
|
||||
|
||||
using FPCR = A64::FPCR;
|
||||
|
||||
template<typename FPT>
|
||||
u64 FPToFixed(size_t ibits, FPT op, size_t fbits, bool unsigned_, FPCR fpcr, RoundingMode rounding, FPSR& fpsr);
|
||||
|
||||
} // namespace Dynarmic::FP
|
||||
#include "common/fp/op/FPToFixed.h"
|
||||
|
||||
Reference in New Issue
Block a user