- Use the compiler's native 64 bit math support instead of emulating it with 32 bit operations.
CORE-13316

svn path=/trunk/; revision=74658
This commit is contained in:
Thomas Faber 2017-05-25 19:39:38 +00:00
parent 4ba7bf7dbe
commit a467407d5f

View file

@ -174,7 +174,7 @@ add_library(acpica
acpica/utilities/utglobal.c)
add_pch(acpica acpica/include/acpi.h ACPICA_SOURCE)
set_target_properties(acpica PROPERTIES COMPILE_DEFINITIONS "ACPI_USE_LOCAL_CACHE;ACPI_USE_SYSTEM_INTTYPES")
set_target_properties(acpica PROPERTIES COMPILE_DEFINITIONS "ACPI_USE_LOCAL_CACHE;ACPI_USE_SYSTEM_INTTYPES;ACPI_USE_NATIVE_DIVIDE")
add_dependencies(acpica bugcodes xdk)
list(APPEND ACPI_SOURCE