1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +02:00

Automatically use SSE registers for FP operations on i386 (#11853)

use SSE for floating-point operations to avoid issues with improper fp-rounding and
loss of precision when moving fp-data to incompatible or less-precise
registers/storage locations

https://gcc.gnu.org/wiki/FloatingPointMath
https://gcc.gnu.org/wiki/x87note
This commit is contained in:
William L. DeRieux IV
2021-12-28 08:06:24 -05:00
committed by GitHub
parent 7f6306ca96
commit cc64a0405a
2 changed files with 10 additions and 1 deletions

View File

@@ -286,7 +286,6 @@ endif()
# Subdirectories
# Be sure to add all relevant definitions above this
add_subdirectory(src)