* Vincent JARDIN (vincent.jardin at 6wind.com) wrote: > What's about using function versioning attributes too: > > https://gcc.gnu.org/wiki/FunctionMultiVersioning > > ?
Neat, hadn't seen that gcc feature before, but: "This support is available in GCC 4.8 and later. Support is only available in C++ for i386 targets." I have 4.8.2, gcc errors, g++ works. And entirely unclear re: icc (which was a supported compiler). Seems like it's not really an option. thanks, -chris