mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-06 18:30:21 +08:00
9 lines
118 B
NASM
9 lines
118 B
NASM
|
bits 64
|
||
|
|
||
|
; Broken per BR 3392278
|
||
|
times 4 paddd xmm8, xmm11
|
||
|
|
||
|
; Broken per BR 3392279
|
||
|
bswap r12d
|
||
|
times 4 bswap r12d
|