)]}'
{
  "commit": "45ebc4060b54009ef32fbcb91e26621e8380abd4",
  "tree": "407182697816547aea32a3d1602026d43bcf832a",
  "parents": [
    "e62d47daceeec445edede74c87d0d0a3acb1a175",
    "59c55339af73b5345ec28d7d830c7bd3feee45b3"
  ],
  "author": {
    "name": "Stuart Cook",
    "email": "Zalathar@users.noreply.github.com",
    "time": "Fri Apr 11 13:31:43 2025 +1000"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri Apr 11 13:31:43 2025 +1000"
  },
  "message": "Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r\u003dscottmcm\n\nadd `core::intrinsics::simd::{simd_extract_dyn, simd_insert_dyn}`\n\nfixes https://github.com/rust-lang/rust/issues/137372\n\nadds `core::intrinsics::simd::{simd_extract_dyn, simd_insert_dyn}`, which contrary to their non-dyn counterparts allow a non-const index. Many platforms (but notably not x86_64 or aarch64) have dedicated instructions for this operation, which stdarch can emit with this change.\n\nFuture work is to also make the `Index` operation on the `Simd` type emit this operation, but the intrinsic can\u0027t be used directly. We\u0027ll need some MIR shenanigans for that.\n\nr? `@ghost`\n",
  "tree_diff": []
}
