Added missing #include "bli_family_thunderx2.h".

Details:
- Added a cpp-conditional directive block to bli_arch_config.h that
  #includes "bli_family_thunderx2.h". The code has been missing since
  adf5c17f. However, this never manifested as an error because the file
  is virtually empty and not needed for thunderx2 (or most subconfigs).
  Thanks to Jeff Diamond for helping to spot this.
This commit is contained in:
Field G. Van Zee
2019-06-07 11:34:08 -05:00
committed by Devrajegowda, Kiran
parent 2bf1ad11a7
commit 78adbe9846

View File

@@ -177,6 +177,9 @@ CNTX_INIT_PROTS( generic )
// -- ARM architectures --
#ifdef BLIS_FAMILY_THUNDERX2
#include "bli_family_thunderx2.h"
#endif
#ifdef BLIS_FAMILY_CORTEXA57
#include "bli_family_cortexa57.h"
#endif