Lines Matching refs:std
48 if !std::is_x86_feature_detected!("sse2") { in infer_native_flags()
52 if std::is_x86_feature_detected!("cmpxchg16b") { in infer_native_flags()
55 if std::is_x86_feature_detected!("sse3") { in infer_native_flags()
58 if std::is_x86_feature_detected!("ssse3") { in infer_native_flags()
61 if std::is_x86_feature_detected!("sse4.1") { in infer_native_flags()
64 if std::is_x86_feature_detected!("sse4.2") { in infer_native_flags()
67 if std::is_x86_feature_detected!("popcnt") { in infer_native_flags()
70 if std::is_x86_feature_detected!("avx") { in infer_native_flags()
73 if std::is_x86_feature_detected!("avx2") { in infer_native_flags()
76 if std::is_x86_feature_detected!("fma") { in infer_native_flags()
79 if std::is_x86_feature_detected!("bmi1") { in infer_native_flags()
82 if std::is_x86_feature_detected!("bmi2") { in infer_native_flags()
85 if std::is_x86_feature_detected!("avx512bitalg") { in infer_native_flags()
88 if std::is_x86_feature_detected!("avx512dq") { in infer_native_flags()
91 if std::is_x86_feature_detected!("avx512f") { in infer_native_flags()
94 if std::is_x86_feature_detected!("avx512vl") { in infer_native_flags()
97 if std::is_x86_feature_detected!("avx512vbmi") { in infer_native_flags()
100 if std::is_x86_feature_detected!("lzcnt") { in infer_native_flags()
107 if std::arch::is_aarch64_feature_detected!("lse") { in infer_native_flags()
111 if std::arch::is_aarch64_feature_detected!("paca") { in infer_native_flags()
115 if std::arch::is_aarch64_feature_detected!("fp16") { in infer_native_flags()