This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can _mm_crc32_u64() return a value that is bigger than MAX_UINT32?


On 12/02/2018 18:22, Alex Lyakas wrote:

> If we can know what is the generated machine instruction, we can ask
> further here.

You can check the generated assembly code (gcc -S)

See also http://www.felixcloutier.com/x86/CRC32.xml

Regards.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]