Move bli_kernel.h before bli_threading.h in order of inclusion in blis.h.

This commit is contained in:
Devin Matthews
2016-05-12 20:53:58 -05:00
parent 619dee0dae
commit 4fe02e3d49

View File

@@ -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"