adding __packed_store_active2 to generic targets

This commit is contained in:
Ilia Filippov
2013-12-19 14:13:55 +04:00
parent d666fc3f8f
commit 15816eb07e
9 changed files with 125 additions and 65 deletions

View File

@@ -1878,6 +1878,11 @@ static FORCEINLINE int32_t __packed_store_active(uint32_t *p, __vec16_i32 val,
return _mm_countbits_32(uint32_t(mask));
}
static FORCEINLINE int32_t __packed_store_active2(uint32_t *p, __vec16_i32 val, __vec16_i1 mask)
{
return __packed_store_active(p, val, mask);
}
///////////////////////////////////////////////////////////////////////////
// prefetch
///////////////////////////////////////////////////////////////////////////