These instructions use simple bit masking logic achieve the desired result

C h a p t e r 4
Flow Control
83
| 84 | Chapter 4: Flow Control |
|---|
|
|
|||||
|---|---|---|---|---|---|---|
|
|
Pseudocode:
float f;
| dx= |ax| | dy=|ay| | dz=|az| |
|---|
|
|
|
||||
|---|---|---|---|---|---|---|
|
|
This instruction results in the selection of the lower value from each scalar element of the source aSrc and bSrc and stores the result in the destination Dst.
|


