We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d844cd5 commit 9f70a79Copy full SHA for 9f70a79
sdk/lib/softfloat/xmake.lua
@@ -9,6 +9,7 @@ function softfloat_library(size, name)
9
set_default(false)
10
add_cxflags("-include " .. softfloatheader)
11
add_files("../../third_party/compiler-rt/fp_mode.c")
12
+ add_defines("__SOFTFP__")
13
end
14
15
function softfloat_op_library(op)
0 commit comments