Merge pull request #638 from squidbus/f16c

Add patches for F16C instructions under Rosetta 2.
This commit is contained in:
georgemoralis
2024-08-30 11:16:21 +03:00
committed by GitHub
8 changed files with 292 additions and 37 deletions

View File

@@ -644,6 +644,9 @@ if (APPLE)
# Replacement for std::chrono::time_zone
target_link_libraries(shadps4 PRIVATE date::date-tz)
# Half float conversions for F16C patches
target_link_libraries(shadps4 PRIVATE half)
endif()
if (NOT ENABLE_QT_GUI)