mp: rename mp.h to mp/function_info.h

This commit is contained in:
MerryMage
2018-07-25 11:28:36 +01:00
parent 0921678edb
commit 1edd0125b2
6 changed files with 13 additions and 11 deletions

View File

@@ -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