Skip to content

compiling skip on mac m1 #1

@mpu

Description

@mpu

To compile skip on a mac m1 I had to make the following two changes:

  • In lkg/runtime/native/src/util.cpp, remove #include <xmmintrin.h>, comment out _mm_pause() further down.
  • In src/runtime/native/src/util.cpp, do the same changes (not sure if that's of any use)

I also had to install via macports automake, libtool, autoconf.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions