Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion vecLibFort.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
/* Don't load the CLAPACK header, because we are using a different calling
convention for the replaced functions than the ones listed there. */
#define __CLAPACK_H
#include <AvailabilityMacros.h>
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 120000
#include "vecLib-760.100.h"
#endif
#include <Accelerate/Accelerate.h>
#include <AvailabilityMacros.h>

/* Add a SGEMV fix for Mavericks. See
http://www.openradar.me/radar?id=5864367807528960 */
Expand Down