Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/arch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.0
Choose a base ref
...
head repository: golang/arch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.0
Choose a head ref
  • 3 commits
  • 24 files changed
  • 2 contributors

Commits on Apr 24, 2025

  1. internal/unify: new package for structured value unification

    The plan is to use this package as part of generating SIMD mappings.
    
    Change-Id: Ie67bf7fe87222b8dffdbb12a99729c0fe0f7bc38
    Reviewed-on: https://go-review.googlesource.com/c/arch/+/666515
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Junyang Shao <shaojunyang@google.com>
    aclements committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    ad2912d View commit details
    Browse the repository at this point in the history
  2. internal/simdgen: initial work on Go<->SIMD generator

    This can parse XED data into a unifier structure, and unify it with
    hand-written definitions of SIMD-to-Go mappings.
    
    Change-Id: Ie89e328845cde5752ddb3013ebfccc167e85b0bf
    Reviewed-on: https://go-review.googlesource.com/c/arch/+/667035
    Reviewed-by: David Chase <drchase@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Junyang Shao <shaojunyang@google.com>
    aclements committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    bd330f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. go.mod: format require section

    Change-Id: Ia54ecb1cd5f05c2502acd13f1cf3db5f66070d15
    Reviewed-on: https://go-review.googlesource.com/c/arch/+/668335
    Reviewed-by: Carlos Amedee <carlos@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Junyang Shao <shaojunyang@google.com>
    Reviewed-by: Sean Liao <sean@liao.dev>
    zchee authored and seankhliao committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    ca84b2c View commit details
    Browse the repository at this point in the history
Loading