Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
arch/amd64: default -mtune to sandybridge
  • Loading branch information
MingcongBai committed Sep 3, 2018
1 parent e4c56d2 commit 509c7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/amd64.sh
@@ -1,4 +1,4 @@
#!/bin/bash
##arch/amd64.sh: Build definitions for amd64.
##@copyright GPL-2.0+
CFLAGS_COMMON_ARCH='-march=x86-64 -mtune=core2 -msse -msse2 -msse3 '
CFLAGS_COMMON_ARCH='-march=x86-64 -mtune=sandybridge -msse -msse2 -msse3 '

0 comments on commit 509c7ae

Please sign in to comment.