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
// By default , if there is an unterminated SIMD vector, it assumes that the next vector is SIMD,
409
-
// dont count the backed up bytes(in this case the "11101100 10001001 10011000")
410
-
// however in case there isnt enough bytes to fill in, a gap is created as (??????)
411
-
// A call to the adjustment vector has to be made and this is the value that holds whether this call is made or not.
412
-
// It is somewhat questionable to create one extra variable just for that but I felt that I needed to separate what worked and what was tacked on later as clearly as possible
413
-
414
401
415
402
if(pInputBuffer==null||inputLength<=0)
416
403
{
@@ -432,7 +419,6 @@ public unsafe static (int utfadjust, int scalaradjust) calculateErrorPathadjust(
0 commit comments