Skip to content
Snippets Groups Projects

GaudiKernel - Update VectorClass and hide in namespace

4 files
+ 405
369
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -432,7 +432,7 @@ const std::string& System::machineType() {
}
int System::instructionsetLevel() {
return instrset_detect();
return Gaudi::instrset_detect();
}
Loading