Changeset 472 for GraphicTest/Packages/bgrabitmap/phongdrawsse.inc
- Timestamp:
- Apr 9, 2015, 9:58:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Packages/bgrabitmap/phongdrawsse.inc
r452 r472 2 2 //vL := vLS- vP*LightDestFactor; 3 3 movups xmm4, vP 4 mov ss xmm6,LightDestFactor45 mulps xmm6, xmm4 4 movups xmm6,LightDestFactor4 5 mulps xmm6, xmm4 //keep xmm4 = vP 6 6 movaps xmm0, xmm1 7 7 subps xmm0, xmm6
Note:
See TracChangeset
for help on using the changeset viewer.