Re: Loading single word to a xmm register
- From: "ldb" <ldb_nospam@xxxxxxxxxxx>
- Date: 28 Feb 2006 06:35:33 -0800
You should tell us what nRastOffset is. If it's something small, like
2, you can speed this up alot. If it is something larger, you might
want to try doing MOVD straight from memory, and then PUNPCKLWD it into
another register. I think that would probably be faster.
At any rate, moves from general purpose to XMM and the shift
instructions on XMM registers are both reasonably slow.
.
- Follow-Ups:
- Re: Loading single word to a xmm register
- From: Betov
- Re: Loading single word to a xmm register
- References:
- Loading single word to a xmm register
- From: enjoyamalp
- Loading single word to a xmm register
- Prev by Date: Re: Global labels in inline assembly.
- Next by Date: Re: linux inline assembly
- Previous by thread: Re: Loading single word to a xmm register
- Next by thread: Re: Loading single word to a xmm register
- Index(es):