Skip to content
Snippets Groups Projects
  1. Jun 29, 2022
    • Timothy B. Terriberry's avatar
      Check the return value of __get_cpuid(). · 03889ae7
      Timothy B. Terriberry authored
      This function can fail if CPUID is not supported or the maximum
       supported value of EAX is less than the requested one.
      Check the return value and explicitly disable all SIMD if it does
       fail.
      This was happening before implicitly because of the initialization
       of info[] to zero, but being explicit about it makes it less likely
       someone will break this behavior because they did not realize what
       was going on.
      Unverified
      03889ae7
  2. Jul 06, 2016
  3. Nov 23, 2015
  4. Nov 05, 2015
  5. Sep 01, 2015
  6. Oct 04, 2014
Loading