Skip to content

Commit

Permalink
added Westmere cpu flags
Browse files Browse the repository at this point in the history
  • Loading branch information
SupervisedThinking committed Nov 10, 2021
1 parent 3226b4b commit 13ca58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/arch.x86_64
Expand Up @@ -10,8 +10,8 @@
TARGET_KERNEL_ARCH="x86"

# setup ARCH specific *FLAGS
TARGET_CFLAGS="-march=$TARGET_CPU -m64 -mmmx -msse -msse2 -mfpmath=sse"
TARGET_CFLAGS="-march=$TARGET_CPU -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -maes -mpclmul -mfpmath=sse"
TARGET_LDFLAGS="-march=$TARGET_CPU -m64"

# build with SIMD support ( yes / no )
TARGET_FEATURES+=" mmx sse sse2"
TARGET_FEATURES+=" mmx sse sse2 sse3 sse4"

0 comments on commit 13ca58d

Please sign in to comment.