enforce experimental tag at beginning of declarations
[dpdk.git] / lib / librte_eal / common / include / arch / x86 / rte_atomic_64.h
index 6232c57..e087c6c 100644 (file)
@@ -224,7 +224,8 @@ typedef struct {
        };
 } __rte_aligned(16) rte_int128_t;
 
-static inline int __rte_experimental
+__rte_experimental
+static inline int
 rte_atomic128_cmp_exchange(rte_int128_t *dst,
                           rte_int128_t *exp,
                           const rte_int128_t *src,