MaxVerevkin 2faabeedfa 8366076: arm32: Fix register allocation for vector instructions
Arm32 has 32 double-precision floating point registers, the first 16 of
which coincide with the 32 single-precision floating point registers.
Some vector-operation nodes were implemented in terms of scalar
instructions, which only really works for the first 16 doubles. This
commit addresses that.
2025-11-28 17:16:35 +02:00
..