[CRT] Fix amd64 floating point control functions
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 13 Jul 2022 18:27:42 +0000 (20:27 +0200)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 22 Aug 2022 09:22:08 +0000 (11:22 +0200)
commit76086220fa4c0d8a7e7ac88cf1d01cdbeb445df5
tree779623412289a2b5e57252456cadaf920a4f555e
parent39f11249ff93f3a362a89694de0cbe43ef52a158
[CRT] Fix amd64 floating point control functions
sdk/include/crt/float.h
sdk/lib/crt/float/amd64/_clearfp.c [new file with mode: 0644]
sdk/lib/crt/float/amd64/_control87.c [new file with mode: 0644]
sdk/lib/crt/float/amd64/_controlfp.c [new file with mode: 0644]
sdk/lib/crt/float/amd64/_fpreset.c [new file with mode: 0644]
sdk/lib/crt/float/amd64/_statusfp.c [new file with mode: 0644]
sdk/lib/crt/float/amd64/clearfp.S [deleted file]
sdk/lib/crt/float/amd64/fpreset.S [deleted file]
sdk/lib/crt/float/amd64/machfpcw.c [new file with mode: 0644]
sdk/lib/crt/float/float.cmake