Skip to content

Commit

Permalink
Merge pull request #87 from joerowell/master
Browse files Browse the repository at this point in the history
Move cpuid.h -> cpu_id.h
  • Loading branch information
vmarkovtsev committed Jul 14, 2024
2 parents b1fd584 + cd368a5 commit 98003bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion python.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <Python.h>
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#include <numpy/arrayobject.h>
#include "cpuid.h"
#include "cpu_id.h"
#include "lap.h"

static SIMDFlags simd_flags = SIMDFlags();
Expand Down

0 comments on commit 98003bf

Please sign in to comment.