LR_02_026: Use Vector instruction in compiler where optimal

LR_02_026: Use Vector instruction in compiler where optimal

About

Once the Go assembler supports the relevant Vector instruction, we want to adjust the compiler so that it makes use of these instruction to generate the best assembly possible

Note that this will be difficult as Go does not currently save and restore the vector registers when we're asynchronously pre-empted on any architecture.

Dependency

LR_02_002
LR_02_025


Upstreaming

ON HOLD


Upstream version



Contacts