diff options
| author | Michael Pratt <mpratt@google.com> | 2024-12-20 19:45:12 -0500 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-12-20 17:10:42 -0800 |
| commit | 73152bbfa6fb4f665c3d4736457071dd53c134e3 (patch) | |
| tree | 1331572707229b1462ff5cf65e1a90ba5e1273fa | |
| parent | ce540e33b171a13d95acc1e0ec292e331b49c0f9 (diff) | |
| download | go-x-website-73152bbfa6fb4f665c3d4736457071dd53c134e3.tar.xz | |
_content/blog/survey2024-h2-results: fix SIMD impact image
The wrong image is referenced here. This is a duplicate of the previous
image.
Change-Id: Ie08d954d62e8b5e5e84dc17b10d0fcc69b867d79
Reviewed-on: https://go-review.googlesource.com/c/website/+/638315
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
| -rw-r--r-- | _content/blog/survey2024-h2-results.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/blog/survey2024-h2-results.md b/_content/blog/survey2024-h2-results.md index a1f8ed41..6e6a4765 100644 --- a/_content/blog/survey2024-h2-results.md +++ b/_content/blog/survey2024-h2-results.md @@ -446,7 +446,7 @@ were negatively impacted by the absence of native SIMD support were a little more likely to use Go for data processing and AI/ML. This suggests that adding SIMD support could make Go a better option for these domains. -<img src="survey2024h2/simd_fam.svg" alt= "Impacts of lack of native Go support +<img src="survey2024h2/simd_impact.svg" alt= "Impacts of lack of native Go support for SIMD" class="chart" /> <img src="survey2024h2/what_simd_impact.svg" alt= "What impacted respondents build with Go" class="chart" /> |
