)]}'
{
  "commit": "81cb50d427d675306531c030da2191aa6b42eb87",
  "tree": "6248ed21f40f3cfa6581ffa48ed6af555f3dd378",
  "parents": [
    "43872d846644009af7b03b582a11f975485e197d"
  ],
  "author": {
    "name": "Leonard Chan",
    "email": "leonardchan@google.com",
    "time": "Mon Mar 23 13:17:45 2020 -0700"
  },
  "committer": {
    "name": "Leonard Chan",
    "email": "leonardchan@google.com",
    "time": "Mon Mar 23 13:20:34 2020 -0700"
  },
  "message": "[fuchsia][eigen] fix neon vectorization of pmul(Packet1cd,Packet1cd)\n\nThe latest calng roll for fuchsia is failing from\n\n```\nerror: argument value 1 is outside the valid range [0, 0]\n\nv2 \u003d vdupq_lane_f64(vget_high_f64(a.v), 1);\n```\n\n`vdupq_lane_f64` eventually calls `__builtin_neon_splatq_lane_v` whose\nsecond argument can only have a value of 0.\n\nThe upstream fix for this\n(https://gitlab.com/libeigen/eigen/-/commit/7ad1aaec1db2dbf1abfc19a5bb62626653fa48fb)\nseemed to just change this argument from 1 to 0.\n\nChange-Id: Id9d024badb3e6977348dfcb106be4c1ad31262dd\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "991a385e1000b663d30f5442943332fbdc40cb3c",
      "old_mode": 33188,
      "old_path": "Eigen/src/Core/arch/NEON/Complex.h",
      "new_id": "484413777848db6c37e969ce88ece24b147148c9",
      "new_mode": 33188,
      "new_path": "Eigen/src/Core/arch/NEON/Complex.h"
    }
  ]
}
