News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

I'll be buying a new computer...

Started by zeddicus, March 29, 2018, 02:37:04 PM

Previous topic - Next topic

daydreamer

Quote from: sinsi on January 22, 2025, 03:55:29 PMHome computer
Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz (Comet Lake)
MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, EM64T, AES, AVX, AVX2, FMA3

Quote from: daydreamer on January 22, 2025, 04:34:50 AMMembers who got newer computers, I have a question for you: do your computer have avx2 or AVX caps,so i am not restricted run timings in laboratory only on my own avx2 caps computer?
Otherwise it feels pointless try develop skills in using these avx2,AVX opcodes  :sad:
I would be interested, for sure.
I got idea of check 54 primes between 0-256 , 2 ymm register is enough to store those 54 primes ,check my simt thread

SSE /SSE2 packed code unrolled twice ,check avx or avx2 caps if call 256 bit wider version of 128 bit code and run timings in laboratory to compare old 128 bit code vs new 256 bit version


my none asm creations
https://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