UnitTests: Put PowerPC test values in a separate file

We use more or less the same values for all PowerPC float unit
tests. Let's put them in one place instead of duplicating them.
This commit is contained in:
JosJuice
2021-05-02 17:14:06 +02:00
parent ade9d6c954
commit bb39f75093
6 changed files with 115 additions and 179 deletions

View File

@ -25,3 +25,7 @@ elseif(_M_ARM_64)
PowerPC/JitArm64/MovI2R.cpp
)
endif()
target_sources(PowerPCTest PRIVATE
PowerPC/TestValues.h
)