[jit] Avoid extending the size of Vector2/Vector3 to 16 bytes. Disable SIMD for these...
commit42feadda8c5e754c30a8ff8fc287b4ebb3d93fc9
authorZoltan Varga <vargaz@gmail.com>
Fri, 2 Feb 2018 19:18:29 +0000 (2 14:18 -0500)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2018 19:18:29 +0000 (2 14:18 -0500)
tree6e52c6885e23f435f9559b78618e9e7a8164c100
parentb86aa686dc2323285f1ce1deaf64334d55a7868d
[jit] Avoid extending the size of Vector2/Vector3 to 16 bytes. Disable SIMD for these types for now, since the SIMD code can't handle types (#6746)

which are smaller than a SIMD reg.

Fixes https://github.com/mono/mono/issues/6411.
mono/metadata/class.c
mono/mini/simd-intrinsics.c