commit | 5141de14432aba7a775c0dd19ecba766d224ec39 | [log] [tgz] |
---|---|---|
author | Per Larsen <perlarsen@google.com> | Thu Jan 16 11:46:25 2025 +0000 |
committer | Andrei Homescu <ahomescu@google.com> | Thu Apr 03 02:17:36 2025 +0000 |
tree | e53bc80530b6517e8fc12b2736a9078cce360043 | |
parent | e83738c07417739315b528db93f2dedea8e51961 [diff] |
fix(build): enable fp during fp save/restore Newer compilers such as clang/LLVM 19 flag uses of floating point instructions when the architecture does not allow for it. We can temporarily enable the use of floating point operations where it it is safe and necessary for the build to succeed. Change-Id: I1a832f846915c35792684906c94aef81c1f72d63 Signed-off-by: Andrei Homescu <ahomescu@google.com> Signed-off-by: Per Larsen <perlarsen@google.com>