RE: [PATCH] Support Intel AVX10.2 minmax, vector copy and compare instructions

2024-12-03 Thread Jiang, Haochen
Oops, Please ignore this patch, should be sent to Binutils not here. Multi-threading made the mistake. Thx, Haochen > From: Haochen Jiang > Sent: Wednesday, December 4, 2024 3:29 PM > > From: "Mo, Zewei" > > Hi all, > > As satcvt patch is about to commit, we will move on the final patch of

[PATCH] Support Intel AVX10.2 minmax, vector copy and compare instructions

2024-12-03 Thread Haochen Jiang
From: "Mo, Zewei" Hi all, As satcvt patch is about to commit, we will move on the final patch of AVX10.2. This patch will focus on AVX10.2 minmax, vector copy and compare instructions, which is mainly Chapter 8, 11 and 14 of AVX10.2 SPEC. Reference: Intel Advanced Vector Extensions 10.2 Archit