- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
example:
y= (-x)*b
tried checking in chapter 10,11 of the intel mannuals and emmintrin.h file. could not figure out. please help
y= (-x)*b
tried checking in chapter 10,11 of the intel mannuals and emmintrin.h file. could not figure out. please help
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
-x = 0-x
So something like:
y = _mm_mul_type(_mm_sub_type(_mm_setzero(), x), b)
Fill in 'type' appropriately.
So something like:
y = _mm_mul_type(_mm_sub_type(_mm_setzero(), x), b)
Fill in 'type' appropriately.

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