1. 05 3月, 2017 1 次提交
    • F
      stb_image: Give up trying to runtime-detect SSE2 on GCC. · 3e175448
      Fabian Giesen 提交于
      We tried but it was nothing but trouble. New rule: with
      GCC/Clang, if you're compiling with -msse2, you get always-on
      SSE2 code, otherwise you don't get any. Trying to ship
      anything with proper runtime dispatch requires both working
      around certain bugs and some fiddling with build settings,
      which runs contrary to the intent of a one-file library,
      so bail on it entirely.
      
      Fixes issue #280.
      Fixes issue #410.
      3e175448
  2. 04 3月, 2017 39 次提交