Skip to content

Commit

Permalink
Merge pull request #71 from cho-m/fix-macos-arm
Browse files Browse the repository at this point in the history
fix build on macOS ARM
  • Loading branch information
steve-o authored Mar 11, 2022
2 parents 99a8841 + 43dfc3e commit 8d507fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpgm/pgm/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
//#define CPU_DEBUG


#if defined(__i386__) || defined(__x86_64__)
#ifndef _MSC_VER
static
void
Expand All @@ -59,7 +60,6 @@ _xgetbv(uint32_t xcr) {
#endif


#if defined(__i386__) || defined(__x86_64__)
PGM_GNUC_INTERNAL
void
pgm_cpuid (pgm_cpu_t* cpu)
Expand Down

0 comments on commit 8d507fc

Please sign in to comment.