Hello In my application I use a lot of crc32 checksum calculation in a little C function. I now have access to a system with an i7 which does have crc32 as an instruction. How can I make use of this instruction in my program? Most likely one can do this directly via assembler code, but is there support for this via libc? Can someone please show me how I could use hardware accelerated crc32 checksum calculation in my code? Thanks, Holger -- To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html