Re: Part 20
Posted: Sat Dec 22, 2018 4:12 am
#591 From: "evgen_ek" <evgen_k@...>
Date: Wed Nov 27, 2002 9:55 pm
Subject: 3D , MMX etc. evgen_ek
Offline Offline
Send Email Send Email
Invite to Yahoo! 360° Invite to Yahoo! 360°
Hi,
By the way is there any fan of asm ?
Mesa3D has some part of software rendering in asm code for MMX, PIII
Бnd some more.
I can't understand in asm more then 2 lines.
So the questuion is - what benefit may be obtained from usind asm, for
example for operations like
for(i=0; i < n ; i++)
for(j=0; j < 4 ; j++)
iD[j] = fA[j]*iS[j] + fB[j] * iD[j];
where iD and iS - is unsigned char, fA and fB - float/fixed point
And if the game is worth candles - then who is able to play it ?
SY,
EK
Date: Wed Nov 27, 2002 9:55 pm
Subject: 3D , MMX etc. evgen_ek
Offline Offline
Send Email Send Email
Invite to Yahoo! 360° Invite to Yahoo! 360°
Hi,
By the way is there any fan of asm ?
Mesa3D has some part of software rendering in asm code for MMX, PIII
Бnd some more.
I can't understand in asm more then 2 lines.
So the questuion is - what benefit may be obtained from usind asm, for
example for operations like
for(i=0; i < n ; i++)
for(j=0; j < 4 ; j++)
iD[j] = fA[j]*iS[j] + fB[j] * iD[j];
where iD and iS - is unsigned char, fA and fB - float/fixed point
And if the game is worth candles - then who is able to play it ?
SY,
EK