CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2007
    Posts
    117

    SSE instruction: float -> unsigned short

    Hi,

    I'm looking for an SSE instruction for converting float <-> unsigned short.

    So far I've already managed to find unsigned short -> float (https://stackoverflow.com/questions/...teger-to-float).

    Can anyone tell me if an instruction is available for float->unsigned short?

    Thank you in advance.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: SSE instruction: float -> unsigned short

    [moved from the Visual C++ Forum]
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured