Skip to content

Commit cd368a5

Browse files
committed
Move cpuid.h -> cpu_id.h
Signed-off-by: Joe Rowell <[email protected]>
1 parent b1fd584 commit cd368a5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cpuid.h cpu_id.h

File renamed without changes.

python.cc

+1-1
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)