mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-20 10:42:57 +00:00
mp: rename mp.h to mp/function_info.h
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <cstddef>
|
||||
#include <tuple>
|
||||
|
||||
namespace Dynarmic::mp {
|
||||
namespace Dynarmic::Common::mp {
|
||||
|
||||
/// Used to provide information about an arbitrary function.
|
||||
template <typename Function>
|
||||
@@ -91,4 +91,4 @@ using class_type_t = typename FunctionInfo<Function>::class_type;
|
||||
template <typename Function>
|
||||
using equivalent_function_type_t = typename FunctionInfo<Function>::equivalent_function_type;
|
||||
|
||||
} // namespace Dynarmic::mp
|
||||
} // namespace Dynarmic::Common::mp
|
||||
Reference in New Issue
Block a user