emit_x64_floating_point: Optimize 32-bit EmitFPRSqrtEstimate

This commit is contained in:
MerryMage 2021-04-25 21:52:32 +01:00
parent e19f898aa2
commit 7bc9e36ed7
7 changed files with 590 additions and 16 deletions

View file

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