replace alignment attributes
[dpdk.git] / lib / librte_eal / ppc / include / rte_vect.h
index 068c805..a0dabf0 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
 }