Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Jul 20, 2021
1 parent faf8219 commit cb38f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xtro-sharpie/SimdCheck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class NativeSimdInfo
{ "vector_uint2", new NativeSimdInfo { Managed = "Vector2i", }},
{ "vector_uint3", new NativeSimdInfo { Managed = "Vector3i", }},
{ "vector_uint4", new NativeSimdInfo { Managed = "Vector4i", }},
// simd_floatX is typedefed to vector_doubleX
// simd_dobleX is typedefed to vector_doubleX
{ "simd_double2", new NativeSimdInfo { Managed = "Vector2d" }},
// simd_floatX is typedefed to vector_floatX
{ "simd_float2", new NativeSimdInfo { Managed = "Vector2" }},
Expand Down

0 comments on commit cb38f91

Please sign in to comment.