Home GnuPG

aarch64: Fix assembling chacha20-aarch64.S with clang/llvm

Description

aarch64: Fix assembling chacha20-aarch64.S with clang/llvm

* cipher/chacha20-aarch64.S: Remove superfluous lane counts.

When referring to a specific lane, one doesn't need to specify
the total number of lanes of the register. With GNU binutils,
both forms are accepted, while clang/llvm rejects the form
with the unnecessary number of lanes.

  • Signed-off-by: Martin Storsjö <martin@martin.st>

Details

Provenance
Martin Storsjö <martin@martin.st>Authored on Mar 22 2018, 10:32 PM
jukiviliCommitted on Mar 28 2018, 7:37 PM
Parents
rCec0a2f25c0f6: aarch64: mpi: Fix building the mpi aarch64 assembly for windows
Branches
Unknown
Tags
Unknown