]> git.lizzy.rs Git - dragonfireclient.git/commit
Automatically use SSE registers for FP operations on i386 (#11853)
authorWilliam L. DeRieux IV <williamderieux@gmail.com>
Tue, 28 Dec 2021 13:06:24 +0000 (08:06 -0500)
committerGitHub <noreply@github.com>
Tue, 28 Dec 2021 13:06:24 +0000 (14:06 +0100)
commitcc64a0405ae0e4025f0b18be3bd0d813cb36fea0
tree03f1114bf2f17b4051faf5327e44ab774c0d7bd6
parent7f6306ca964ac5b9245c433e3b688c5d4ee08c35
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
CMakeLists.txt
src/CMakeLists.txt