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 cda4130 commit 0339ce0Copy full SHA for 0339ce0
flang/lib/Optimizer/Builder/IntrinsicCall.cpp
@@ -920,8 +920,6 @@ constexpr auto FuncTypeReal16Real16Real16 =
920
genFuncType<Ty::Real<16>, Ty::Real<16>, Ty::Real<16>>;
921
constexpr auto FuncTypeReal16Integer4Real16 =
922
genFuncType<Ty::Real<16>, Ty::Integer<4>, Ty::Real<16>>;
923
-constexpr auto FuncTypeReal16Integer8Real16 =
924
- genFuncType<Ty::Real<16>, Ty::Integer<8>, Ty::Real<16>>;
925
constexpr auto FuncTypeInteger4Real16 =
926
genFuncType<Ty::Integer<4>, Ty::Real<16>>;
927
constexpr auto FuncTypeInteger8Real16 =
0 commit comments