mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-21 01:22:56 +00:00
fp: Use a forward declaration in fused.h
It's permissible to forward declare here, so we can do so and eliminate a direct header dependency
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common/fp/unpacked.h"
|
||||
|
||||
namespace Dynarmic::FP {
|
||||
|
||||
struct FPUnpacked;
|
||||
|
||||
FPUnpacked FusedMulAdd(FPUnpacked addend, FPUnpacked op1, FPUnpacked op2);
|
||||
|
||||
} // namespace Dynarmic::FP
|
||||
|
||||
Reference in New Issue
Block a user