cmake HAVE_INTEL_RDRAND examples

guanzhi/GmSSL CMakeLists.txt :465

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