dynarmic/src
Lioncash 4efbd40ea4 backend_x64/callback: Default virtual destructor in the cpp file
Prevents the vtable being generated in each translation unit that includes the header (and silences -Wweak-vtables warnings)
2020-04-22 20:46:17 +01:00
..
backend_x64 backend_x64/callback: Default virtual destructor in the cpp file 2020-04-22 20:46:17 +01:00
common math_util: rvalue references for std::forward 2020-04-22 20:46:16 +01:00
frontend A64: Implement SSHL (scalar) 2020-04-22 20:46:17 +01:00
ir_opt general: Remove unused lambda captures 2020-04-22 20:46:16 +01:00
CMakeLists.txt A64: Implement MLA (by element) 2020-04-22 20:46:16 +01:00