Re: [AArch64] Optimize GHASH

2020-12-17 Thread Niels Möller
Maamoun TK writes: > I made a merge request in the main repo that enables optimized GHASH on > AArch64 architecture. Nice! I've had a quick first look. For the organization, I think aarch64 assembly should go in it's own directory, arm64/, like it's done for x86 and sparc. I wonder which assemb

Re: [AArch64] Optimize GHASH

2020-12-17 Thread Maamoun TK
> > I wonder which assembly files we should use if target host is aarch64, > but ABI=32? I guess the arm/v6/ code can be used unconditionally. Can > we also use arm/neon/ code unconditionally? > It seems gcc for aarch64 doesn't support building 32-bit binaries, maybe we should remove the check of