Skip to content

Commit

Permalink
mlv-app: remove -march=native
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Nov 24, 2022
1 parent 3dcbb57 commit 93c50a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/video/mlv-app/aarch64-flags.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index ebdc552..3e37573 100644
# Linux
linux-g++*{
- QMAKE_CFLAGS += -O3 -fopenmp -msse4.1 -mssse3 -msse3 -msse2 -msse -std=c99
+ QMAKE_CFLAGS += -O3 -fopenmp -march=native -std=c99
+ QMAKE_CFLAGS += -O3 -fopenmp -std=c99
QMAKE_CXXFLAGS += -fopenmp
LIBS += -lgomp
}

0 comments on commit 93c50a2

Please sign in to comment.