luau/CodeGen
Arseny Kapoulkine c4da73ecf9 CodeGen: Use vector instructions for A64 vector math
This change uses newly added vector instructions for A64 lowering of vector ops.
This significantly cuts down on useless instructions.

To create vectors that we can work with without worrying about denormals, we patch
the last component with 0 - copying it into a fresh register if necessary.
2024-02-13 15:37:47 -08:00
..
include CodeGen: Implement SIMD math and vector moves 2024-02-13 15:35:17 -08:00
src CodeGen: Use vector instructions for A64 vector math 2024-02-13 15:37:47 -08:00