Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

Sse4_2

class in Unity.Burst.Intrinsics

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

SSE 4.2 intrinsics

Static Properties

Property Description
IsSse42Supported Evaluates to true at compile time if SSE 4.2 intrinsics are supported.

Static Methods

Method Description
cmpestra Compare packed strings in a and b with lengths la and lb using the control in imm8, and returns 1 if b did not contain a null character and the resulting mask was zero, and 0 otherwise.
cmpestrc Compare packed strings in a and b with lengths la and lb using the control in imm8, and returns 1 if the resulting mask was non-zero, and 0 otherwise.
cmpestri Compare packed strings in a and b with lengths la and lb using the control in imm8, and store the generated index in dst.
cmpestrm Compare packed strings in a and b with lengths la and lb using the control in imm8, and store the generated mask in dst.
cmpestro Compare packed strings in a and b with lengths la and lb using the control in imm8, and returns bit 0 of the resulting bit mask.
cmpestrs Compare packed strings in a and b with lengths la and lb using the control in imm8, and returns 1 if any character in a was null, and 0 otherwise.
cmpestrz Compare packed strings in a and b with lengths la and lb using the control in imm8, and returns 1 if any character in b was null, and 0 otherwise.
cmpgt_epi64 Compare packed 64-bit integers in a and b for greater-than, and store the results in dst.
cmpistra Compare packed strings with implicit lengths in a and b using the control in imm8, and returns 1 if b did not contain a null character and the resulting mask was zero, and 0 otherwise.
cmpistrc Compare packed strings with implicit lengths in a and b using the control in imm8, and returns 1 if the resulting mask was non-zero, and 0 otherwise.
cmpistri Compare packed strings with implicit lengths in a and b using the control in imm8, and store the generated index in dst.
cmpistrm Compare packed strings with implicit lengths in a and b using the control in imm8, and store the generated mask in dst.
cmpistro Compare packed strings with implicit lengths in a and b using the control in imm8, and returns bit 0 of the resulting bit mask.
cmpistrs Compare packed strings with implicit lengths in a and b using the control in imm8, and returns 1 if any character in a was null, and 0 otherwise.
cmpistrz Compare packed strings with implicit lengths in a and b using the control in imm8, and returns 1 if any character in b was null, and 0 otherwise.
crc32_u16 Starting with the initial value in crc, accumulates a CRC32 value for unsigned 16-bit integer v, and stores the result in dst.
crc32_u32 Starting with the initial value in crc, accumulates a CRC32 value for unsigned 32-bit integer v, and stores the result in dst.
crc32_u64 Starting with the initial value in crc, accumulates a CRC32 value for unsigned 64-bit integer v, and stores the result in dst.
crc32_u8 Starting with the initial value in crc, accumulates a CRC32 value for unsigned 8-bit integer v, and stores the result in dst.