dynarmic/src
Lioncash 5b71b1337b emit_x64_vector: Avoid left shift of negative value in LogicalVShift
Now that we handle the signed variants, we also have to be careful about left shifts with negative values,
as this is considered undefined behavior.
2020-04-22 20:46:17 +01:00
..
backend_x64 emit_x64_vector: Avoid left shift of negative value in LogicalVShift 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