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
Fix bug in Unselect operation when selecting a single bit string (microsoft#2181)
When selecting a single bit string the number of address bits is 0, and
we run into a problem splitting the address register in the optimized
Unlookup implementation. This case is now handled without measurement
based uncomputation.
0 commit comments