Author Topic: New boxed i7 processor  (Read 366 times)

Ravi Kiran

  • Regular Member
  • *
  • Posts: 46
New boxed i7 processor
« on: November 07, 2022, 01:39:47 PM »
 I have a doubt regarding SSE instructions and AVX instructions.
 My current processor supports only SSE instructions not
 AVX instructions. In what way are the AVX instructions different
 From SSE instructions. Is it better to upgrade my PC to new
 Boxed Intel core i7 7700 processor from my current Pentium
 Processor which only supports SSE instructions. I'm currently
Running windows 7 64-bit SP1 on my Pentium processor which
I think is enough for windows 7. Thinking of buying a new case
With i7 processor with windows 10 or 11 installed.


hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: New boxed i7 processor
« Reply #1 on: November 07, 2022, 05:54:19 PM »
Ravi,

You don't have to rush into AVX and AVX2, they are complicated to use and reasonably specialised. If you current computer does SSE4.2, you have plenty to work with and SSE registers are much more straight forward to work with. When you need to work with AVX or AVX2, then you can think of buying a new computer.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

daydreamer

  • Member
  • *****
  • Posts: 2399
  • my kind of REAL10 Blonde
Re: New boxed i7 processor
« Reply #2 on: November 07, 2022, 06:44:58 PM »
I agree with hutch, SSE more straightforward
Also many members can help you with SSE if you get stuck or advice and SSE2 runs on most machines
Still a new machine probably guarantee you have upto SSE 4.2 support and simpler 16 xmm regs access in 64 bit mode than AVX

my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding