hartwork / resolve-march-native

:snail: Tool to determine what GCC flags -march=native would resolve into
https://pypi.python.org/pypi/resolve-march-native
43 stars 7 forks source link

Workaround issues with SSE4 (fixes #177) #180

Closed hartwork closed 2 weeks ago

hartwork commented 2 weeks ago

Fixes #177

CC @alex-orange

alex-orange commented 2 weeks ago

Works for me. Produces the same output except without -msse4.

hartwork commented 2 weeks ago

@alex-orange thank you! :+1: