qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 07/10] util/bufferiszero: Introduce biz_accel_fn typedef


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v6 07/10] util/bufferiszero: Introduce biz_accel_fn typedef
Date: Mon, 29 Apr 2024 13:14:35 +0200
User-agent: Mozilla Thunderbird

On 25/4/24 00:57, Richard Henderson wrote:
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  util/bufferiszero.c | 9 ++++++---
  1 file changed, 6 insertions(+), 3 deletions(-)


@@ -178,13 +179,15 @@ buffer_zero_avx2(const void *buf, size_t len)
  }
  #endif /* CONFIG_AVX2_OPT */
+
+

Spurious new lines :)

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

  static unsigned __attribute__((noinline))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]