Board index » delphi » The concept of vectorizing code
Bram Bos
![]() Delphi Developer |
Bram Bos
![]() Delphi Developer |
The concept of vectorizing code2008-07-31 11:16:15 PM delphi84 I was wondering: is there information available somewhere (a tutorial or simple rationale outline) which describes how vectorizing code works? I understand that it is basically about structuring your code in such a way that the CPU can process multiple instructions simultaneously and I have seen some examples in the archives but I'd really like to learn how it works and how to apply it properly. Thanks Bram |
Bram Bos
![]() Delphi Developer |
2008-08-01 05:33:43 PM
Re:The concept of vectorizing code
"Bram Bos" <XXXX@XXXXX.COM>writes:
Quote
question (and some other latent questions I had ;-). webster.cs.ucr.edu/AoA/Windows/HTML/TheMMXInstructionSet.html |