Skip to content

Commit 98003bf

Browse files
authored
Merge pull request #87 from joerowell/master
Move cpuid.h -> cpu_id.h
2 parents b1fd584 + cd368a5 commit 98003bf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cpuid.h renamed to cpu_id.h

File renamed without changes.

python.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <Python.h>
44
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
55
#include <numpy/arrayobject.h>
6-
#include "cpuid.h"
6+
#include "cpu_id.h"
77
#include "lap.h"
88

99
static SIMDFlags simd_flags = SIMDFlags();

0 commit comments

Comments
 (0)