On Mon, Jan 4, 2021 at 4:00 PM Niels Möller nisse@lysator.liu.se wrote:
Jeffrey Walton noloader@gmail.com writes:
Hi Everyone,
I bumped to Nettle 3.7. The build is resulting in:
Clearly, the assembler doesn't know of the sha-related instructions (introduced in 2013, according to https://en.wikipedia.org/wiki/Intel_SHA_extensions). Which assembler (and version) are you using? If it's difficult to upgrade the assembler, it could be worked around by replacing the instructions with equivalent .byte sequences.
This makes no sense...
I added --disable-x86-sha-ni and it still produces the error. How is the ASM being used if it is disabled???
Jeff