- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how do i write the c++ code below in sse2? especially how to deal with the constant 12
b = (short)((f0 + f3 + 12) >> 3);
f0 and f3 are arrays and >> is shift operation
b
f0 and f3 are arrays and >> is shift operation
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
_m128i xmm = _mm_set_epi32(12, 12, 12, 12).
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page