[dpdk-dev] [PATCH] spinlock: fix build with clang
> LLVM clang requires an explicitly sized "cmp" assembly instruction. > > Signed-off-by: Olivier Matz Acked and applied. -- Thomas
[dpdk-dev] [PATCH] spinlock: fix build with clang
LLVM clang requires an explicitly sized "cmp" assembly instruction. Signed-off-by: Olivier Matz --- lib/librte_eal/common/include/rte_spinlock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/common/include/rte_spinlock.h b/lib/librte_eal/common/include/rte_s