[libc][Obvious] Fix exp10f spec.
This commit is contained in:
parent
f1a601fe88
commit
354ee3814c
|
@ -25,7 +25,7 @@ def GnuExtensions : StandardSpec<"GNUExtensions"> {
|
|||
RetValSpec<VoidType>,
|
||||
[ArgSpec<FloatType>, ArgSpec<FloatPtr>, ArgSpec<FloatPtr>]
|
||||
>,
|
||||
FunctionSpec<"expf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
|
||||
FunctionSpec<"exp10f", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
|
||||
]
|
||||
>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue