LHCbMath - Add AVX Guard class
Various places in LHCbMath and the RICH were declaring a simple AVX 'guard' class that calls _mm256_zeroupper()
when it goes out of scope. This MR simply makes a public header for this class which all users can then share.
Edited by Marco Cattaneo