Home
last modified time | relevance | path

Searched refs:env_vsx (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/
H A Du_cpu_detect.c171 char *env_vsx = getenv("GALLIVM_VSX"); in check_os_altivec_support() local
174 if (!env_vsx || env_vsx[0] != '0') { in check_os_altivec_support()
203 char *env_vsx = getenv("GALLIVM_VSX"); in check_os_altivec_support() local
204 if (env_vsx && env_vsx[0] == '0') { in check_os_altivec_support()

Completed in 2 milliseconds