Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 10th, 2006, 05:45 PM
Bryan Parkoff
Guest
 
Posts: n/a
Default Intrinsic Function in C++?

Do you know where I can find a good book how to write intrinsic
function? Intrinsic function is useful to use MMX or SSE or any SIMD
instruction of x86 and other machines for best portability. It is what I
intend to write C++ code using intrinsic to develop video processing.

Bryan Parkoff


  #2  
Old November 10th, 2006, 07:05 PM
Gianni Mariani
Guest
 
Posts: n/a
Default Re: Intrinsic Function in C++?

Bryan Parkoff wrote:
Quote:
Do you know where I can find a good book how to write intrinsic
function? Intrinsic function is useful to use MMX or SSE or any SIMD
instruction of x86 and other machines for best portability. It is what I
intend to write C++ code using intrinsic to develop video processing.
This is compiler specific. Intrinsics basically are language constructs
that the compiler uses to do "special" things.

I think you need to ask yourself why you should even bother.
  #3  
Old November 10th, 2006, 08:25 PM
akuchlous
Guest
 
Posts: n/a
Default Re: Intrinsic Function in C++?

http://msdn2.microsoft.com/en-US/library/26td21ds.aspx

some documentation u might be interested in ...

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles