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 3c6041d commit 9e954b2Copy full SHA for 9e954b2
llvm/docs/LangRef.rst
@@ -17027,11 +17027,11 @@ floating-point type. Not all targets support all types however.
17027
17028
::
17029
17030
- declare i64 @llvm.lround.i64.f32(float %Val)
17031
- declare i64 @llvm.lround.i64.f64(double %Val)
17032
- declare i64 @llvm.lround.i64.f80(float %Val)
17033
- declare i64 @llvm.lround.i64.f128(double %Val)
17034
- declare i64 @llvm.lround.i64.ppcf128(double %Val)
+ declare i64 @llvm.llround.i64.f32(float %Val)
+ declare i64 @llvm.llround.i64.f64(double %Val)
+ declare i64 @llvm.llround.i64.f80(float %Val)
+ declare i64 @llvm.llround.i64.f128(double %Val)
+ declare i64 @llvm.llround.i64.ppcf128(double %Val)
17035
17036
Overview:
17037
"""""""""
0 commit comments