# Go 1.27 adds experimental portable SIMD interface

_Published Friday, September 25, 2026 at 10:20 PM EDT · Products · Latest · Tier 2 — Notable_

![Go 1.27 adds experimental portable SIMD interface — Primary](https://go.dev/doc/gopher/gopher5logo.jpg)

Go 1.27 includes an experimental interface that lets developers write code for CPU instructions that process multiple data values at once without choosing a fixed vector size or writing a separate implementation for each processor. The Go team says the simd package supports AVX variants on amd64, NEON on arm64 and WebAssembly SIMD; it emulates operations where hardware support is absent.

Developers can use the interface for compute-heavy work such as data processing, cryptography and AI. It requires the GOEXPERIMENT=simd build setting, and the first release lacks some operations, including a way to sum all values in a vector.

## Sources

- [go.dev](https://go.dev/blog/simd-experiment)

---
Canonical: https://techandbusiness.org/newswire/9JjbxtLr03cIzHLn9xOr0S
Published: 2026-09-26T02:20:22.633Z
Story chronology: 2026-09-25T11:47:06.000Z
Retrieved: 2026-09-26T03:50:16.440Z
Publisher: Tech & Business (techandbusiness.org)
