smadaminov / ovs-dpdk-meson-issues

VMware Summer 2021
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

windows: asm volatile #48

Open williamtu opened 3 years ago

williamtu commented 3 years ago
In file included from ../lib/dpif-netdev-private-extract.c:25:
In file included from ..\lib/dpif-netdev-private-thread.h:22:
..\lib/dpif-netdev-perf.h:222:5: error: use of undeclared identifier 'asm'
    asm volatile("rdtsc" : "=a" (l), "=d" (h));
    ^