)]}'
{
  "commit": "3bd0e9002e2065baf11f182cd955060ed98cbb1e",
  "tree": "0ea0a352968fb15b732d1e15a69801db2c4cc1f5",
  "parents": [
    "8ba565fffb7c0b89355715bc389b0b7e5c7a1be7"
  ],
  "author": {
    "name": "Sam Lantinga",
    "email": "slouken@libsdl.org",
    "time": "Sun Feb 02 00:33:31 2014 -0800"
  },
  "committer": {
    "name": "Sam Lantinga",
    "email": "slouken@libsdl.org",
    "time": "Sun Feb 02 00:33:31 2014 -0800"
  },
  "message": "Fixed bug 2376 - no SDL_HasAVX\n\nHaneef Mubarak\n\nAVX is the successor to SSE* and is fairly widely available. As such, it really ought to be detectable.\n\nThis functionality ought to be trivial to implement, and not having it means being forced to write an ugly workaround to check for AVX (so that normal SSE can be used if AVX is not available).\n\nHere is an example on detecting AVX from SO (it actually shows ways to cehck for all of teh fancy instructions):\n\nhttp://stackoverflow.com/questions/6121792/how-to-check-if-a-cpu-supports-the-sse3-instruction-set\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "6d72bbb81c7461d4707c5cd34240119726fe679e",
      "old_mode": 33188,
      "old_path": "include/SDL_cpuinfo.h",
      "new_id": "96099a2130d338b2ad48d37b825b88ae99c75824",
      "new_mode": 33188,
      "new_path": "include/SDL_cpuinfo.h"
    },
    {
      "type": "modify",
      "old_id": "c73dd80c1bd0bb94cb4e50dc59cd80d6ae5601f2",
      "old_mode": 33188,
      "old_path": "src/cpuinfo/SDL_cpuinfo.c",
      "new_id": "ebd21bd7dc787d1ec104e7ea78168f732f32f4f5",
      "new_mode": 33188,
      "new_path": "src/cpuinfo/SDL_cpuinfo.c"
    },
    {
      "type": "modify",
      "old_id": "f58dde0fe71e8d50d1eac2876f2fc4d3bde8b367",
      "old_mode": 33188,
      "old_path": "src/dynapi/SDL_dynapi_overrides.h",
      "new_id": "2d683b6d3b30a3bba5fb8c225084370870c2b485",
      "new_mode": 33188,
      "new_path": "src/dynapi/SDL_dynapi_overrides.h"
    },
    {
      "type": "modify",
      "old_id": "8291d228476ec2c525212bd44a76bd7dc380409a",
      "old_mode": 33188,
      "old_path": "src/dynapi/SDL_dynapi_procs.h",
      "new_id": "93bcf453cc9c6a1e59a6ecf55b891aad63a39eaa",
      "new_mode": 33188,
      "new_path": "src/dynapi/SDL_dynapi_procs.h"
    },
    {
      "type": "modify",
      "old_id": "19896b48df2b8b21b483f645132c9e73efdd527d",
      "old_mode": 33188,
      "old_path": "test/testautomation_platform.c",
      "new_id": "ba7d30369f26e416f1dd62eb86404152b74c1ac3",
      "new_mode": 33188,
      "new_path": "test/testautomation_platform.c"
    },
    {
      "type": "modify",
      "old_id": "a8ed39dd2a8f06be0b58f1d30087941e3d6791b4",
      "old_mode": 33188,
      "old_path": "test/testplatform.c",
      "new_id": "d3da8a71960dd001641f2575bc7a40990926ad52",
      "new_mode": 33188,
      "new_path": "test/testplatform.c"
    }
  ]
}
