7bdccb9307
Use __atomic_exchange_n instead of __atomic_exchange_(2/4/8).
The error was:
include/generic/rte_atomic.h:215:9: error:
implicit declaration of function '__atomic_exchange_2'
is invalid in C99
include/generic/rte_atomic.h:494:9: error:
implicit declaration of function '__atomic_exchange_4'
is invalid in C99
include/generic/rte_atomic.h:772:9: error:
implicit declaration of function '__atomic_exchange_8'
is invalid in C99
Fixes:
|
||
---|---|---|
.. | ||
rte_atomic.h | ||
rte_byteorder.h | ||
rte_cpuflags.h | ||
rte_cycles.h | ||
rte_io.h | ||
rte_memcpy.h | ||
rte_pause.h | ||
rte_prefetch.h | ||
rte_rwlock.h | ||
rte_spinlock.h | ||
rte_vect.h |