[CRT] Implement portable ceil/floor
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 29 May 2021 17:40:30 +0000 (19:40 +0200)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 25 Aug 2022 22:44:46 +0000 (00:44 +0200)
commit3aa3b3af560859ef97e1dfb24d1a2c1d88f3af1b
treeff0a6f97ebe86dffe8030223b83d1c291eef3541
parent2943ea2cfebfceba6de71f09dfa3eda4a1a452dc
[CRT] Implement portable ceil/floor
sdk/lib/crt/math/amd64/ceil.S [deleted file]
sdk/lib/crt/math/amd64/ceilf.S [deleted file]
sdk/lib/crt/math/amd64/floor.S [deleted file]
sdk/lib/crt/math/amd64/floorf.S [deleted file]
sdk/lib/crt/math/ceil.c [new file with mode: 0644]
sdk/lib/crt/math/floor.c [new file with mode: 0644]
sdk/lib/crt/math/math.cmake