On Thu, Feb 06, 2025 at 09:33:46PM +0100, Mark Kettenis wrote: > After enabling SVE (the "new" SIMD instruction set on arm64) there is > a bit more perlasm that needs to be adjusted. The machine I'm testing > on also implements the SM3 and SM4 instructions and the perlasm for > that needs fixes as well.
Thanks. We punted on this before but if we now support CPUs having SM* support, we should of course fix this. > Diff below fixes all three openssl > versions. The fixes are identical for all of them. Will commit as > separate commits though. The diff reads fine, same old, same old. ok tb, thanks! By the way, upstream finally merged our patches and starting with 3.5 most of this pain should go away. Some user also found the missing SVE and SM* bits soon after they merged.