On 7/2/24 12:55, Philippe Mathieu-Daudé wrote:
On 27/6/24 20:03, Richard Henderson wrote:
...
+            info |= !got_sigill * CPUINFO_ZBA;

A bit too optimized to my taste, 'if (sigill) info|=ZBA' would be simpler to follow.

I switched to "info |= got_sigill ? 0 : CPUINFO_ZBA".

Otherwise,

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>

Thanks.


r~

Reply via email to