cmake HAVE_INTEL_RDSEED examples

guanzhi/GmSSL CMakeLists.txt :476

check_source_compiles(C
			"#include <immintrin.h> int main(void) { unsigned long long val; _rdseed64_step(&val); return 0; }"
			HAVE_INTEL_RDSEED)