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 f010b58 commit 098b3eaCopy full SHA for 098b3ea
llvm/include/llvm/IR/RuntimeLibcalls.td
@@ -882,7 +882,7 @@ def exp10f128 : RuntimeLibcallImpl<EXP10_F128>;
882
def sinf128 : RuntimeLibcallImpl<SIN_F128>;
883
def cosf128 : RuntimeLibcallImpl<COS_F128>;
884
def tanf128 : RuntimeLibcallImpl<TAN_F128>;
885
-def tanhf128 : RuntimeLibcallImpl<TAN_F128>;
+def tanhf128 : RuntimeLibcallImpl<TANH_F128>;
886
def sincosf128 : RuntimeLibcallImpl<SINCOS_F128>;
887
def powf128 : RuntimeLibcallImpl<POW_F128>;
888
def fminf128 : RuntimeLibcallImpl<FMIN_F128>;
0 commit comments