1. 07 Oct, 2012 3 commits
  2. 06 Oct, 2012 24 commits
  3. 05 Oct, 2012 11 commits
  4. 04 Oct, 2012 2 commits
    • Diego Biurrun's avatar
      x86: get_cpu_flags: add necessary ifdefs around function body · a7329e5f
      Diego Biurrun authored
      ff_get_cpu_flags_x86() requires cpuid(), which is conditionally defined
      elsewhere in the file.  Surrounding the function body with ifdefs allows
      building even when cpuid is not defined.  An empty cpuflags mask is
      returned in this case.
      a7329e5f
    • Diego Biurrun's avatar
      x86: Drop CPU detection intrinsics · f6fbce76
      Diego Biurrun authored
      Now that there is CPU detection in YASM, there will always be one of
      inline or external assembly enabled, which obviates the need to fall
      back on CPU detection through compiler intrinsics.
      f6fbce76