|
|
|
|
|
by anematode
268 days ago
|
|
I don't think there's a single instruction to do this, but you could probably do it with a combination of shld + bzhi + cmov. rustc already seems to do a great job, and whatever I could come up with that assumes [src, src + len] is always in bounds isn't that much better. Edit: https://godbolt.org/z/rrhW6T7Mc |
|