From c1b893cd3b77adbddfc4432dbe2c1abab057859a Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sat, 28 Sep 2024 02:50:17 -0400 Subject: [PATCH] Correct CPU architecture name (#4415) --- docs/src/explanations/backends/rprmakie.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/explanations/backends/rprmakie.md b/docs/src/explanations/backends/rprmakie.md index 27006be06c6..3b34bcb96b4 100644 --- a/docs/src/explanations/backends/rprmakie.md +++ b/docs/src/explanations/backends/rprmakie.md @@ -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