db-tu-dresden / TSL

Template SIMD Library (+Generator)
GNU General Public License v3.0
7 stars 8 forks source link

Added mask_storeu and extended mask_add implementations #85

Closed DerSchmidt closed 6 months ago

DerSchmidt commented 6 months ago

Hashing Primitives that don't create a cycle during

Added mask_storeu intrinsic for Intel AVX512 supported hardware and scalar only.

Extended mask_add with primitives for integer values. Includes additional versions for mask_add AVX2 and SSE if AVX512 is present.