On 21/8/23 18:18, Richard Henderson wrote:
Detect PMULL in cpuinfo; implement the accel hook.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- host/include/aarch64/host/cpuinfo.h | 1 + host/include/aarch64/host/crypto/clmul.h | 41 ++++++++++++++++++++++++ util/cpuinfo-aarch64.c | 4 ++- 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 host/include/aarch64/host/crypto/clmul.h
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>