flat assembler
Message board for the users of flat assembler.
Index
> Main > How implement signum for float value ?Goto page Previous 1, 2 |
| Author |
|
|
macgub 16 Aug 2026, 06:19
What about:
Code: movd xmm1, eax pshufd xmm1, xmm1, 0 pslld xmm1, 31 ; 0 or 0x80000000 per lane xorps xmm0, xmm1 subps xmm7, xmm0 ; subps instead addps ? |
|||
|
| Goto page Previous 1, 2 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2026, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.