)]}'
{
  "commit": "a06685ddbc92544d93fca25d207e7f41b65f8ef8",
  "tree": "a19a9522f273671a693e1ffe6886e96e41a53789",
  "parents": [
    "1930ffb665b87519ee9e52906b174b9322cf38db"
  ],
  "author": {
    "name": "Liu Hao",
    "email": "lh_mouse@126.com",
    "time": "Thu Dec 12 20:29:25 2019 +0800"
  },
  "committer": {
    "name": "Liu Hao",
    "email": "lh_mouse@126.com",
    "time": "Mon Dec 16 20:17:22 2019 +0800"
  },
  "message": "crt/fmal.c: Use hardware to handle potential denormal numbers\n\nThis is pure refactoring in preparation for porting this implementation\nto `float` and `double`, as we are having a bug there.\n\nTestcase:\n\n  #include \u003cassert.h\u003e\n  #include \u003cmath.h\u003e\n\n  int main(void)\n    {\n      volatile double a \u003d  0x1.0000000000003p-461;\n      volatile double b \u003d  0x1.0000000000007p-461;\n      volatile double c \u003d -0x1.000000000000Ap-922;\n\n      assert(a * b + c \u003d\u003d 0);\n      assert(fma(a, b, c) \u003d\u003d 0x1.5p-1022);\n    }\n\nSigned-off-by: Liu Hao \u003clh_mouse@126.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "bea67421255ba546dcd8a46f50a01e3971b43793",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/math/fmal.c",
      "new_id": "67e5c503ab7a67c0a69928b9d1eb960220a78d58",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/math/fmal.c"
    }
  ]
}
