From 690740e67f96a6bd9975ac7af23163242297385d Mon Sep 17 00:00:00 2001 From: sgasho Date: Thu, 9 Jul 2026 14:58:36 +0900 Subject: [PATCH] Add autodiff support for x86_64 apple darwin --- src/autodiff/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autodiff/installation.md b/src/autodiff/installation.md index 4176763a7..52be519b3 100644 --- a/src/autodiff/installation.md +++ b/src/autodiff/installation.md @@ -3,7 +3,7 @@ Most users can enable `std::autodiff` on their latest nightly toolchain by installing the `enzyme` component with rustup, if they are using one of these platforms: - **Linux**: with `x86_64-unknown-linux-gnu` or `aarch64-unknown-linux-gnu` -- **macOS**: with `aarch64-apple-darwin` +- **macOS**: with `aarch64-apple-darwin` or `x86_64-apple-darwin` - **Windows**: with `x86_64-llvm-mingw` or `aarch64-llvm-mingw` As a rustc/enzyme/autodiff contributor, or if you need any other platform, you can build rustc including autodiff from source.