Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8013903
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T19:46:02+00:00 2026-06-04T19:46:02+00:00

I am trying to make some optimized code using SSE2 instructions. Currently, i have

  • 0

I am trying to make some optimized code using SSE2 instructions. Currently, i have it written in inline assembly, like this:

...
__m128 zero = {0};
__asm {
    ...
LINE_LOOP_1:
    MOVQ        xmm0, QWORD PTR [eax]    ; no problem
    PUNPCKLBW   xmm0, zero               ; PROBLEM IS HERE
    ...
    LOOP        LINE_LOOP_1
}

It works very well, but i would like to rewrite it using intrinsics so it would be easier to change (i have slightly different versions of calculations, which i would like to optimize).

However, i cannot figure out which intrinsics to use. Any documentation i found lists about half of SSE2 instructions, and it looks as if the other half is not available as intrinsics! It seems very unlikely that MS left their implementation of SSE halfway along.

So, which intrinsic can i use to generate, for example, the PUNPCKLBW instruction?

I use MS Visual Studio 2005.

P.S. Some MSDN documentation suggests using _mm_unpacklo_pi8, but it doesn’t work:

#include "xmmintrin.h"

int main()
{
    __m128 x = {0}, y = {0};
    x = _mm_unpacklo_pi8(x, y);
}

This gives a compilation error:

error C2664: ‘_m_punpcklbw’ : cannot convert parameter 1 from ‘_m128′ to ‘_m64′

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T19:46:04+00:00Added an answer on June 4, 2026 at 7:46 pm

    You have to use _mm_unpacklo_epi8 see here.

    The epi postifix intrinsics are for SSE registers, the pi are for MMX registers.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been trying to optimize some code which handles raw pixel data. Currently
I am trying to make some text scroll vertically using jQuery, I have been
I'm currently trying to make some ajax post between cross-domains by following this tutorial
I am trying to make some images bounce. http://jsfiddle.net/d7UjD/43/ $('#bbb').mouseenter(function() { $(this).stop().effect('bounce',500); }); $('#bbb').mouseleave(function()
I'm trying to make some text bold using HTML, but I'm struggling to get
I'm trying to make some utils for using with sqlite databases. For that I
I am trying to make some SPARQL queries using vc-db-1.rdf and q1.rq from ARQ
I'm trying make some stuff in jQuery using ASP.NET. But the ID from runat=server
Im trying to make some queries, first, I do this one (and works): SELECT
I am currently trying to make some jQuery hover effects render correctly in all

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.