[Mono] Enable the supported V128 SIMD intrinsics on Arm64 across all codegen engines...
authorFan Yang <52458914+fanyang-mono@users.noreply.github.com>
Wed, 12 Apr 2023 12:50:49 +0000 (08:50 -0400)
committerGitHub <noreply@github.com>
Wed, 12 Apr 2023 12:50:49 +0000 (08:50 -0400)
commit1d3c822f4b7fccb8abd639edb645f48db18e7536
tree274139762e066a91b0346a7690909794e5a0fb13
parente3c370086d9325d51eb96656dced208d9151bb0e
[Mono] Enable the supported V128 SIMD intrinsics on Arm64 across all codegen engines (#84289)

* Enable the supported ones

* Add supporte for Create* and fix a bug

* Fix CreateScalar for floating types

* Fix create*

* Address review feedback
src/mono/mono/arch/arm64/arm64-codegen.h
src/mono/mono/mini/cpu-arm64.mdesc
src/mono/mono/mini/mini-arm64.c
src/mono/mono/mini/mini-ops.h
src/mono/mono/mini/simd-intrinsics.c