> Inline assembly is not supported for MSVC x64. Convert code to use
> __rdtsc intrinsic.
>
> Signed-off-by: Tyler Retzlaff
> ---
> lib/eal/x86/include/rte_cycles.h | 14 --
> 1 file changed, 8 insertions(+), 6 deletions(-)
>
> diff --git a/lib/eal/x86/include/rte_cycles.h
> b/l
Inline assembly is not supported for MSVC x64. Convert code to use
__rdtsc intrinsic.
Signed-off-by: Tyler Retzlaff
---
lib/eal/x86/include/rte_cycles.h | 14 --
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/lib/eal/x86/include/rte_cycles.h b/lib/eal/x86/include/rte_c
2 matches
Mail list logo