Skip to content

Commit

Permalink
Correct CPU architecture name (#4415)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett authored Sep 28, 2024
1 parent 44d00b4 commit c1b893c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/explanations/backends/rprmakie.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using RadeonProRender
RadeonProRender.Context()
```

To use RPRMakie on a Mac with an M-series chip, for now, you need to use the x84 build of Julia (not the ARM build, you may have to download this manually). RadeonProRender does not distribute binaries built for the ARM architecture of the M-series processors yet.
To use RPRMakie on a Mac with an M-series chip, for now, you need to use the x86_64 build of Julia (not the ARM build, you may have to download this manually). RadeonProRender does not distribute binaries built for the ARM architecture of the M-series processors yet.

## Activation and screen config

Expand Down

0 comments on commit c1b893c

Please sign in to comment.