implement more accurately inaccurate frsqrte

This commit is contained in:
disjtqz
2023-10-01 15:06:33 -04:00
committed by Radosław Gliński
parent 79465708aa
commit 67f16c4e31
3 changed files with 141 additions and 7 deletions

View File

@@ -193,6 +193,7 @@ class X64Backend : public Backend {
void* reserved_store_64_helper = nullptr;
void* vrsqrtefp_vector_helper = nullptr;
void* vrsqrtefp_scalar_helper = nullptr;
void* frsqrtefp_helper = nullptr;
private:
#if XE_X64_PROFILER_AVAILABLE == 1
GuestProfilerData profiler_data_;