dynarmic/src
Lioncash c39ea2e3c9 perf_map: Use std::string_view instead of std::string for PerfMapRegister()
We can just use a non-owning view into a string in this case instead of
potentially allocating a std::string instance.
2020-04-22 20:55:06 +01:00
..
backend/x64 perf_map: Use std::string_view instead of std::string for PerfMapRegister() 2020-04-22 20:55:06 +01:00
common ir: Add opcodes for performing unsigned reciprocal square root estimates 2020-04-22 20:55:05 +01:00
frontend A64: Implement SQRDMULH (vector), vector variant 2020-04-22 20:55:06 +01:00
ir_opt ir/value: Replace includes with forward declarations 2020-04-22 20:55:05 +01:00
CMakeLists.txt CMakeLists: Add missing cond.h header to file listing 2020-04-22 20:55:05 +01:00