2007-12-28

WMMX intrinsic , compiled by Visual studio 2005

Let me shortly introduce my experience of intrinsic compilation.

The first, create the project in MFC, which use Windows Mobile and WinCE library. And then, the platform of our project should be " windows mobile pocket PC SDK (ARM4v) ". ( you should download SDK 2003 before )

The second, write our WMMX intrinsic code, remember to include "mmintrin.h", which is the library of WMMX intrinsic, compiled the intrinsic into WMMX assembly code.

The third, of course, is adding our intrinsic code into the source code file. And then compile your code.

Normally, it should work successful. If not, maybe we can find it together. :)


BTW. in the property of the project, choose the option "clean the header before every time".


refrences: M$ msdn WMMX intrinsic , intel WMMX intrinsic

沒有留言: