Skip to content

LHCbMath - Add AVX Guard class

Christopher Rob Jones requested to merge LHCbKernel-AddAVXGuard into master

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

Merge request reports