Skip to content

Commit

Permalink
[libc][math] updated functionspec subf128 (llvm#102372)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryanshukla authored Aug 7, 2024
1 parent 0ac9a65 commit 3210bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/spec/llvm_libc_ext.td
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def LLVMLibcExt : StandardSpec<"llvm_libc_ext"> {

GuardedFunctionSpec<"fsqrtf128", RetValSpec<FloatType>, [ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,

FunctionSpec<"fsubf128", RetValSpec<FloatType>, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,
GuardedFunctionSpec<"fsubf128", RetValSpec<FloatType>, [ArgSpec<Float128Type>, ArgSpec<Float128Type>], "LIBC_TYPES_HAS_FLOAT128">,

FunctionSpec<"powi", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<IntType>]>,
FunctionSpec<"powif", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<IntType>]>,
Expand Down

0 comments on commit 3210bce

Please sign in to comment.