Searched refs:SetUnsupported (Results 1 – 3 of 3) sorted by relevance
115 static void SetUnsupported(CpuFeature f) { supported_ &= ~(1u << f); } in SetUnsupported() function
165 if (!FLAG_enable_sse3) SetUnsupported(SSE3); in ProbeImpl()166 if (!FLAG_enable_ssse3 || !IsSupported(SSE3)) SetUnsupported(SSSE3); in ProbeImpl()167 if (!FLAG_enable_sse4_1 || !IsSupported(SSSE3)) SetUnsupported(SSE4_1); in ProbeImpl()168 if (!FLAG_enable_sse4_2 || !IsSupported(SSE4_1)) SetUnsupported(SSE4_2); in ProbeImpl()169 if (!FLAG_enable_avx || !IsSupported(SSE4_2)) SetUnsupported(AVX); in ProbeImpl()170 if (!FLAG_enable_avx2 || !IsSupported(AVX)) SetUnsupported(AVX2); in ProbeImpl()171 if (!FLAG_enable_fma3 || !IsSupported(AVX)) SetUnsupported(FMA3); in ProbeImpl()
121 if (!FLAG_enable_sse3) SetUnsupported(SSE3); in ProbeImpl()122 if (!FLAG_enable_ssse3 || !IsSupported(SSE3)) SetUnsupported(SSSE3); in ProbeImpl()123 if (!FLAG_enable_sse4_1 || !IsSupported(SSSE3)) SetUnsupported(SSE4_1); in ProbeImpl()124 if (!FLAG_enable_sse4_2 || !IsSupported(SSE4_1)) SetUnsupported(SSE4_2); in ProbeImpl()125 if (!FLAG_enable_avx || !IsSupported(SSE4_2)) SetUnsupported(AVX); in ProbeImpl()126 if (!FLAG_enable_avx2 || !IsSupported(AVX)) SetUnsupported(AVX2); in ProbeImpl()127 if (!FLAG_enable_fma3 || !IsSupported(AVX)) SetUnsupported(FMA3); in ProbeImpl()