Skip to content
Commit e9697148 authored by Sunil K Pandey's avatar Sunil K Pandey
Browse files

x86-64: Improve evex512 version of strlen functions



This patch improves following functionality
- Replace VPCMP with VPCMPEQ.
- Replace page cross check logic with sall.
- Remove extra lea from align_more.
- Remove uncondition loop jump.
- Use bsf to check max length in first vector.

Reviewed-by: default avatarNoah Goldstein <goldstein.w.n@gmail.com>
parent 361d6454
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment