From e71492655fab8a70285b3dcf1419420a337750f9 Mon Sep 17 00:00:00 2001 From: Mohammed Hawari Date: Wed, 18 May 2022 10:08:47 +0200 Subject: vlib: implement aux data handoff Type: improvement Change-Id: I20b41537a249a55f01004e45392b34adaa8fd792 Signed-off-by: Mohammed Hawari --- src/vppinfra/cpu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vppinfra/cpu.h') diff --git a/src/vppinfra/cpu.h b/src/vppinfra/cpu.h index 329e5cc298d..d123f39871d 100644 --- a/src/vppinfra/cpu.h +++ b/src/vppinfra/cpu.h @@ -84,6 +84,9 @@ clib_march_select_fn_ptr (clib_march_fn_registration * r) #define CLIB_MARCH_FN_POINTER(fn) \ (__typeof__ (fn) *) clib_march_select_fn_ptr (fn##_march_fn_registrations); +#define CLIB_MARCH_FN_VOID_POINTER(fn) \ + clib_march_select_fn_ptr (fn##_march_fn_registrations); + #define _CLIB_MARCH_FN_REGISTRATION(fn) \ static clib_march_fn_registration \ CLIB_MARCH_SFX(fn##_march_fn_registration) = \ -- cgit 1.2.3-korg