|
|
|
|
|
by londons_explore
2213 days ago
|
|
You could check if the middle 64-12-12 bits are all 1's, and if they are branch to a slow codepath. It would be an incredibly rare case, so branch prediction will always get it right, and the cost of a branch nearly nill. |
|