Click here to Skip to main content
15,900,725 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how do i load columns in MMX?

for B= 1 2 3 4 // row B
5 6 7 8 //row B+8
9 10 11 12 //row B+16
13 14 15 16 //row B+24
What would be
column 1 5 9 13?
column 2 6 10 14?
column 3 7 11 15?
column 4 8 12 16?
Posted

1 solution

Load the matrix rows, then transpose the matrix
 
Share this answer
 
Comments
SMART LUBOBYA 13-Jul-10 12:27pm    
Reason for my vote of 5
matrices are loaded as rows in MMX and not as colmns.thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900