On Wed, Jul 27, 2011 at 8:45 AM, Kirill Yukhin <kirill.yuk...@gmail.com> wrote: > Just have a closer look to ABM intrinsics support in GCC > Seems, we have popcnt support in separate file: popcntintrin.h > > So, after I move lzcnt intrinsics to lzcntintrin.h, abmintrin will > become useless and have to be removed at all
We can't remove an installed header file. It should just include other header files. H.J. ---