Re: libgcrypt clang asm configure issue.

2022-10-31 Thread Dmytro Kovalov via Gnupg-users
; Dmytro Kovalov via Gnupg-users wrote: > > Hello, > > > > I found a strange libgcrypt behavior on ARM with clang built. > > > > There is a big gap in performance of libgcrypt, built by clang, in > > comparison with gcc on my ARM target machine. > > The s

libgcrypt clang asm configure issue.

2022-10-29 Thread Dmytro Kovalov via Gnupg-users
Hello, I found a strange libgcrypt behavior on ARM with clang built. There is a big gap in performance of libgcrypt, built by clang, in comparison with gcc on my ARM target machine. The simple profile test shows 100-500% advantage of gcc gcrypt. I found an awkward workaround to beat this issue, b