mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
Move bli_kernel.h before bli_threading.h in order of inclusion in blis.h.
This commit is contained in:
@@ -68,16 +68,6 @@ extern "C" {
|
||||
#include "bli_macro_defs.h"
|
||||
|
||||
|
||||
// -- Threading definitions --
|
||||
|
||||
#include "bli_threading.h"
|
||||
|
||||
|
||||
// -- Constant definitions --
|
||||
|
||||
#include "bli_extern_defs.h"
|
||||
|
||||
|
||||
// -- BLIS kernel definitions --
|
||||
|
||||
#include "bli_kernel.h"
|
||||
@@ -91,6 +81,16 @@ extern "C" {
|
||||
#include "bli_kernel_prototypes.h"
|
||||
|
||||
|
||||
// -- Threading definitions --
|
||||
|
||||
#include "bli_threading.h"
|
||||
|
||||
|
||||
// -- Constant definitions --
|
||||
|
||||
#include "bli_extern_defs.h"
|
||||
|
||||
|
||||
// -- Base operation prototypes --
|
||||
|
||||
#include "bli_init.h"
|
||||
|
||||
Reference in New Issue
Block a user