You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varupperBits=Sse2.ShiftRightLogical(vector,32);// Extract the 32 most significant bits of vector
@@ -423,12 +423,12 @@ public static unsafe Vector128<double> ConvertToDouble(Vector128<ulong> vector)
423
423
if(Avx2.IsSupported)
424
424
{
425
425
lowerBits=vector.AsUInt32();
426
-
lowerBits=Avx2.Blend(lowerBits,Create(0x43300000_00000000UL).AsUInt32(),0b1010);// Blend the 32 lowest significant bits of vector with the bit representation of double(2^52) */
426
+
lowerBits=Avx2.Blend(lowerBits,Create(0x43300000_00000000UL).AsUInt32(),0b1010);// Blend the 32 lowest significant bits of vector with the bit representation of double(2^52)
0 commit comments