The previous commit
6b16f0e2a0427f57fb5dc76cbe9177ee35f997ab dated
Sat Jan 26 17:38:01 2019 by Julian Seward <jseward@acm.org> renamed some of
the int<->fp conversion Iops to add a trailing _DEP. The patch missed
renaming two of the Iops. This patch renames the missed Iops.
case Iop_TruncF128toI64U:
case Iop_TruncF128toI64S:
case Iop_F16toF32x4:
- case Iop_F32toF16x4:
- case Iop_F64toF16x2:
+ case Iop_F32toF16x4_DEP:
+ case Iop_F64toF16x2_DEP:
case Iop_F16toF64x2:
case Iop_MulI128by10:
case Iop_MulI128by10Carry: