vxlan: multiarch optimization of vxlan
[vpp.git] / src / vnet / vxlan-gpe / vxlan_gpe.h
index 5d21ee6..2cbbb6c 100644 (file)
@@ -237,9 +237,7 @@ typedef struct
   vnet_main_t *vnet_main;
 
   /* cache for last 8 vxlan_gpe tunnel */
-#ifdef CLIB_HAVE_VEC512
   vtep4_cache_t vtep4_u512;
-#endif
 
   /** List of next nodes for the decap indexed on protocol */
   uword decap_next_node_list[VXLAN_GPE_PROTOCOL_MAX];