Re: Loading single word to a xmm register
- From: "\\\~\o/~///annabee" <faq@xxxxxxxxxxxxxx>
- Date: 3 Mar 2006 06:18:38 -0800
//These instructions let you do a single instruction to multiple data
(SIMD), and consequently allows alot more parrallelism in numeric
loops. Furthermore, they give you alot better control of how the memory
is handled, so you can specify if you want to use temporal or
non-temporal storage, as well as provide special prefetch instructions
that have alot of benefits over older methods of prefetching.//
Can you name a few real life examples of where to need those
instructions? A list of diffrent examples would be nice.
.
- Follow-Ups:
- Re: Loading single word to a xmm register
- From: Dragontamer
- Re: Loading single word to a xmm register
- From: Bertrand Augereau
- Re: Loading single word to a xmm register
- References:
- Re: Loading single word to a xmm register
- From: Frank Kotler
- Re: Loading single word to a xmm register
- From: \\\~\o/~///annabee
- Re: Loading single word to a xmm register
- From: Frank Kotler
- Re: Loading single word to a xmm register
- From: \\\~\o/~///annabee
- Re: Loading single word to a xmm register
- From: Frank Kotler
- Re: Loading single word to a xmm register
- From: ldb
- Re: Loading single word to a xmm register
- Prev by Date: Re: Loading single word to a xmm register
- Next by Date: Re: Loading single word to a xmm register
- Previous by thread: Re: Loading single word to a xmm register
- Next by thread: Re: Loading single word to a xmm register
- Index(es):
Relevant Pages
|