mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
[libc] Include double_t and float_t in math.h on baremetal (#85028)
This matches other targets.
This commit is contained in:
@@ -52,6 +52,10 @@ def IntTypesAPI : PublicAPI<"inttypes.h"> {
|
||||
let Types = ["imaxdiv_t"];
|
||||
}
|
||||
|
||||
def MathAPI : PublicAPI<"math.h"> {
|
||||
let Types = ["double_t", "float_t"];
|
||||
}
|
||||
|
||||
def StdIOAPI : PublicAPI<"stdio.h"> {
|
||||
let Types = ["size_t"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user