mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
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:
committed by
Devrajegowda, Kiran
parent
2bf1ad11a7
commit
78adbe9846
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user