Home | History | Annotate | Download | only in x86_64
      1 # This file contains feature macro definitions specific to the
      2 # silvermont arch variant.
      3 #
      4 # See build/make/core/combo/arch/x86/x86-atom.mk for differences.
      5 #
      6 
      7 ARCH_X86_HAVE_SSSE3  := true
      8 ARCH_X86_HAVE_SSE4   := true
      9 ARCH_X86_HAVE_SSE4_1 := true
     10 ARCH_X86_HAVE_SSE4_2 := true
     11 ARCH_X86_HAVE_AES_NI := true
     12 ARCH_X86_HAVE_POPCNT := true
     13 ARCH_X86_HAVE_MOVBE  := true
     14