KarlsruheMIS / KaMIS

Maximum independent sets and vertex covers of large sparse graphs.

Home Page:http://KarlsruheMIS.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wmis/CMakeLists.txt uses -march=native without checking if it is supported by compiler

yurivict opened this issue · comments

This causes failure on ARM.

In the other place KaMIS first checks that -march=native is supported.

We now check if march=native is supported. In the future, we welcome and encourage you to make pull requests for any issues you find.