Re: [PATCH v5 09/10] test: add workaround for __builtin_constant_p in test_memcpy_perf

2025-02-21 Thread fengchengwen
Acked-by: Chengwen Feng On 2025/2/22 3:52, Andre Muezerie wrote: > There's no MSVC equivalent for compiler extension __builtin_constant_p, > so a workaround is needed. > > Signed-off-by: Andre Muezerie

[PATCH v5 09/10] test: add workaround for __builtin_constant_p in test_memcpy_perf

2025-02-21 Thread Andre Muezerie
There's no MSVC equivalent for compiler extension __builtin_constant_p, so a workaround is needed. Signed-off-by: Andre Muezerie --- app/test/test_memcpy_perf.c | 54 ++--- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/app/test/test_memcpy_perf.c