Searched hist:bf67aa3dd2d8b28d7618d8ec62cd9f6055366751 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/util/ |
H A D | bufferiszero.c | diff bf67aa3dd2d8b28d7618d8ec62cd9f6055366751 Thu Feb 15 01:10:56 CST 2024 Richard Henderson <richard.henderson@linaro.org> util/bufferiszero: Simplify test_buffer_is_zero_next_accel
Because the three alternatives are monotonic, we don't need to keep a couple of bitmasks, just identify the strongest alternative at startup.
Generalize test_buffer_is_zero_next_accel and init_accel by always defining an accel_table array.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|