mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-19 16:42:33 +00:00
VRSRA (NEON rounding shift-right-accumulate, D/Q, mirrors VSRA's raw imm6 convention), VRECPE_F/VRSQRTE_F (FP reciprocal/rsqrt estimate, D/Q), VPADD_F (FP pairwise add, f32/f16), and VCVTR (VFP convert-to-integer using the FPSCR rounding mode; s32/u32 from f32 and f64). Hand-written mirroring the existing VSRA/VRECPE/VPADD/VCVT forms. Built-in llvm round-trip verify passes; spot-checked byte-exact; 600 tests green.