Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Create() [8/17]

static Vector64< long > System.Runtime.Intrinsics.Vector64< T >.Create ( long value)
inlinestatic

Definition at line 143 of file Vector64.cs.

144 {
146 {
147 }
148 return SoftwareFallback(value);
149 static Vector64<long> SoftwareFallback(long value)
150 {
151 return Unsafe.As<long, Vector64<long>>(ref value);
152 }
153 }

References System.Runtime.Intrinsics.Arm.AdvSimd.Arm64.IsSupported, and System.value.