#if !defined __AVX512F__ #error "missing __AVX512F__" #endif #include int main() { (void)_mm512_undefined(); return 0; }