On Tue, Mar 11, 2025 at 10:56:04AM +0100, David Marchand wrote: > Annotate symbols with newly introduced export macros. > > For code not compiled by lib/meson.build or drivers/meson.build (like AVX > separate libraries, or sources in /base/ drivers), the exported symbols > are added in some file listed in the sources so they get caught by > lib/meson.build or drivers/meson.build. > > Signed-off-by: David Marchand <david.march...@redhat.com> > ---
Just checking: for the AVX2 and similar instruction-set-specific functions, we don't get errors if those are not present in the actual link phase, e.g. when building on non-x86 platforms? We don't need to put an #ifdef around the exports? /Bruce