Is there a system API I overlooked? It’d be nice to call a built-in one instead of trying to do it myself, because of course I’d need to check what CPU type the code is running on, and then compare agains the exact set of Intel CPUs that support the opcode … yuck.
—Jens
_______________________________________________
Do not post admin requests to the list. They will be ignored.
PerfOptimization-dev mailing list (PerfOptimi...@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/perfoptimization-dev/perfoptimization-dev-garchive-8409%40googlegroups.com
This email sent to perfoptimization-...@googlegroups.com
According to the Fine Manual (http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html Vol. 1 5-5), "Processor support of CRC32 is enumerated by CPUID.01:ECX[SSE4.2] = 1".
--
Jens Ayton