The MASM Forum

64 bit assembler => UASM Assembler Development => Topic started by: prime95 on November 19, 2023, 03:45:52 PM

Title: AVX10
Post by: prime95 on November 19, 2023, 03:45:52 PM
Are there plans/timeline for supporting AVX10 in UASM?  I'm not sure if Intel has officially announced when AVX10 capable CPUs will be available.  My googling seems to indicate 2024 is possible. 

Intel does have an AVX10 emulator for code development before CPUs come out.
Title: Re: AVX10
Post by: LiaoMi on November 26, 2023, 03:19:53 AM
Quote from: prime95 on November 19, 2023, 03:45:52 PMAre there plans/timeline for supporting AVX10 in UASM?  I'm not sure if Intel has officially announced when AVX10 capable CPUs will be available.  My googling seems to indicate 2024 is possible. 

Intel does have an AVX10 emulator for code development before CPUs come out.

"One interesting feature mentioned by TheNextPlatform is that starting Granite Rapids, Intel Xeon CPUs will adopt the latest AVX-1024/FMA3 vector engines for increased performance in a various range of workloads. Though that would mean that the power numbers using these instructions are going to go up tremendously. The Granite Rapids and future generation of Xeon CPUs are going to be compatible with a new 'Mountain Stream' platform."

Its important to note that there will be no new vector instructions on home computers. After the 11th generation, higher instructions were physically disabled.
Title: Re: AVX10
Post by: greenozon on November 27, 2023, 03:42:37 AM
Are there any news if AMD CPUs are going to support AVX1024 instructions as well?