Fix XMM scanning on Mac x86.
[mono.git] / mcs / class / System.Numerics.Vectors / SR.cs
1 //
2 // This file was generated by resx2sr tool
3 //
4
5 partial class SR
6 {
7         public const string Arg_ArgumentOutOfRangeException = "Index was out of bounds:";
8         public const string Arg_ElementsInSourceIsGreaterThanDestination = "Number of elements in source vector is greater than the destination array";
9         public const string Arg_MultiDimArrayNotSupported = "Only one-dimensional arrays are supported";
10         public const string Arg_NullArgumentNullRef = "The method was called with a null array argument.";
11         public const string Arg_RegisterLengthOfRangeException = "length must be less than";
12         public const string Arg_TypeNotSupported = "Specified type is not supported";
13         public const string Reflection_MethodNotSupported = "Vector<T>.Count cannot be called via reflection when intrinsics are enabled.";
14 }
15
16 partial class SR
17 {
18         public static string Format (string message, object data)
19         {
20                 return string.Format (message, data);
21         }
22 }