Update VectorClass
-
Update
VectorClass
to latest version. -
Add the missing
instrset_detect.cpp
file to the library. Should have been there before, as the header was being exported. Only worked becauseGaudiKernel
happens to also export the same method (even though it shouldn't really as it uses it as an internal implementation detail, and does not export the associated header). In fact we where being very luck as the header and implementation where not even from the same release... This will be fixed once gaudi/Gaudi!392 (merged) is accepted which hides the Gaudi usage inside theGaudi
namespace at which point users will have to pick up the correct version from theVectorClassLib
library. -
Explicitly link
LHCbMath
againstVectorClassLib
to pick upinstrset_detect()
from there. -
Update
CPUDispatch.h
withAVX512
enums.