Skip to content
Commit 6695ad5d authored by Richard Henderson's avatar Richard Henderson Committed by Szabolcs Nagy
Browse files

string: Reduce alignment in strncmp

There were nops before the beginning of the function to place
the main loop on a 64-byte boundary, but the addition of BTI
and instructions for ILP32 has corrupted that.

As per review, drop 64-byte alignment entirely, and use the
default 16-byte alignment from ENTRY.
parent bf7f25b1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment