Skip to content

Fix compilation errors on IBM Power systems

Bram Veenboer requested to merge fix-ibm-compilation into master

Two issues prevented compilation on an IBM Power system:

  • Missing include_directories (this also applies to other systems)
  • Some of the recently added phasor extrapolation guard with AVX intrinsic was not guarded with #if defined

Merge request reports