[CRT/ARM] Floating point control functions implementation (#3870) 3870/head
authorRoman Masanin <36927roma@gmail.com>
Sun, 1 Aug 2021 14:30:41 +0000 (17:30 +0300)
committerStanislav Motylkov <x86corez@gmail.com>
Wed, 8 Sep 2021 13:04:48 +0000 (16:04 +0300)
commit554bbb6bab9279cec8583f1e6e8f05997de0af4a
tree9cab8923460f467d3f79e9976cb8046713465a9d
parentc188821f8ba522e4e6ddf9d27dbcc6defeee4fd9
[CRT/ARM] Floating point control functions implementation (#3870)

Implement controlfp, statusfp, fpreset, clearfp. CORE-17757 CORE-17604
13 files changed:
sdk/include/crt/float.h
sdk/lib/crt/float/arm/__getfp.s [new file with mode: 0644]
sdk/lib/crt/float/arm/__setfp.s [new file with mode: 0644]
sdk/lib/crt/float/arm/_clearfp.c [new file with mode: 0644]
sdk/lib/crt/float/arm/_clearfp.s [deleted file]
sdk/lib/crt/float/arm/_controlfp.c [new file with mode: 0644]
sdk/lib/crt/float/arm/_controlfp.s [deleted file]
sdk/lib/crt/float/arm/_fpreset.c [new file with mode: 0644]
sdk/lib/crt/float/arm/_fpreset.s [deleted file]
sdk/lib/crt/float/arm/_statusfp.c [new file with mode: 0644]
sdk/lib/crt/float/arm/_statusfp.s [deleted file]
sdk/lib/crt/float/arm/fpscr.h [new file with mode: 0644]
sdk/lib/crt/float/float.cmake