HomeSort by: relevance | last modified time | path
    Searched defs:bad_cpus (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/x86_64/fat/
fat.c 214 static const char *bad_cpus[] = {" G44", " G45", " G39" /* , "6600" */ }; local
242 for (i = 0; i < sizeof (bad_cpus) / sizeof (char *); i++)
244 if (strstr (processor_name_string, bad_cpus[i]) != 0)

Completed in 18 milliseconds