On Tue, Feb 11, 2025 at 02:13:05PM -0800, Stephen Hemminger wrote:
> On Tue, 11 Feb 2025 14:02:05 -0800
> Andre Muezerie wrote:
>
> > There's no MSVC equivalent for compiler extension __builtin_constant_p,
> > so a workaround is needed.
> >
> > Signed-off-by: Andre Muezerie
>
> Prefer that __r
On Tue, 11 Feb 2025 14:02:05 -0800
Andre Muezerie wrote:
> There's no MSVC equivalent for compiler extension __builtin_constant_p,
> so a workaround is needed.
>
> Signed-off-by: Andre Muezerie
Prefer that __rte_constant worked on all platforms,
but template code is hard to maintain.
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 | 106 ++--
1 file changed, 53 insertions(+), 53 deletions(-)
diff --git a/app/test/test_memcpy_perf.c
3 matches
Mail list logo