]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/ppc/include/rte_vect.h
replace alignment attributes
[dpdk.git] / lib / librte_eal / ppc / include / rte_vect.h
index 068c805b228bc358b70d014fa378b806f524a7ae..a0dabf02eb955d1e18da904a4cf0244bca0d3880 100644 (file)
@@ -25,7 +25,7 @@ typedef union rte_xmm {
        uint32_t u32[XMM_SIZE / sizeof(uint32_t)];
        uint64_t u64[XMM_SIZE / sizeof(uint64_t)];
        double   pd[XMM_SIZE / sizeof(double)];
-} __attribute__((aligned(16))) rte_xmm_t;
+} __rte_aligned(16) rte_xmm_t;
 
 #ifdef __cplusplus
 }