[mono][interp] Use vectorized opcodes for Vector<T> operators (#86859)
authorVlad Brezae <brezaevlad@gmail.com>
Mon, 29 May 2023 13:48:21 +0000 (16:48 +0300)
committerGitHub <noreply@github.com>
Mon, 29 May 2023 13:48:21 +0000 (16:48 +0300)
commit1d2a2036004ad763b488963a0be44c806d6cd31a
tree043a7651f183397c46b461d1ace55b792c803443
parent75d4283ea04735119ffa1ac42ceb667b66c4cf12
[mono][interp] Use vectorized opcodes for Vector<T> operators (#86859)

* [mono][interp] Remove some duplicated code in transform-simd.c

* [mono][interp] Intrinsify Vector<T> operators

They do the same thing as the Vector128 counterpart

* [mono][interp] Add missing simd opcodes
src/mono/mono/mini/interp/transform-simd.c