mirror of
https://github.com/amd/blis.git
synced 2026-05-13 02:25:39 +00:00
Include bli_lang_defs.h in cblas.h
Changes in commit64a1f786d5(via mergec6f3340125) included in ./frame/include/bli_type_defs.h a prototype that uses the C restrict keyword. When using C++ we need to provide a definition for this C language keyword. This is done in bli_lang_defs.h which was included in blis.h but not in cblas.h. AMD-Internal: [CPUPL-4188] Change-Id: I75d5f32599d18794331ff452e562eb42afb5ae93
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
// definition of f77_int. But in order to #include that header, we
|
||||
// also need to pull in the headers that precede it in blis.h.
|
||||
#include "bli_system.h"
|
||||
#include "bli_lang_defs.h"
|
||||
|
||||
#include "bli_config.h"
|
||||
#include "bli_config_macro_defs.h"
|
||||
#include "bli_type_defs.h"
|
||||
|
||||
Reference in New Issue
Block a user