flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 31 Jul 2023, 14:51
|
|||
![]() |
|
Tomasz Grysztar 31 Jul 2023, 15:04
This is not an AVX512DQ instruction, it belongs to later AVX512-FP16 extension, and I have not implemented this one yet.
|
|||
![]() |
|
revolution 31 Jul 2023, 18:56
If my reading of rhe instruction format is correct then this macro might do the job.
Code: macro vcvtqq2ph args& { local ..a,..x ..a: vcvtqq2ps args load ..x from ..a + 1 store ..x or 4 at ..a + 1 ; set m2 to change to map5 } vcvtqq2ps xmm0,xmm1 ; 0x62,0xf1,0xfc,0x08,0x5b,0xc1 vcvtqq2ph xmm0,xmm1 ; 0x62,0xf5,0xfc,0x08,0x5b,0xc1 |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.