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.
2 files changed