Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

SSE/SSE2 Intrinsics with Visual C++

Options
  • 11-08-2005 8:42pm
    #1
    Closed Accounts Posts: 1,567 ✭✭✭


    I would like to perform bit-rotations on 128-bit integer values using Visual C++ intrinsics.
    Normally, whats required would be a shift right/left and bit-or, although these functions don't seem to be available for SSE or SSE2 in Visual C++ 2003, just MMX.

    Anyone got any help/solution or am i wrong about these functions not existing already?


Advertisement