mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 22:18:16 +01:00
emit_x64_floating_point: Optimize 32-bit EmitFPRSqrtEstimate
This commit is contained in:
parent
e19f898aa2
commit
7bc9e36ed7
7 changed files with 590 additions and 16 deletions
|
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.8)
|
||||
project(dynarmic C CXX)
|
||||
project(dynarmic C CXX ASM)
|
||||
|
||||
# Determine if we're built as a subproject (using add_subdirectory)
|
||||
# or if this is the master project.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue