rust-lang / rust-lang/rust

Tracking Issue for `stdarch_s390x`

Open
#135,681 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C-tracking-issue O-SystemZ T-libs
Dominant language
Rust
Stars
119k
Forks
16.1k
PR merge metrics
PR metrics pending

Description

Feature gate: #![feature(stdarch_s390x)]

This is a tracking issue for the s390x (aka SystemZ) intrinsics in core::arch::s390x.

Public API

Everything in core::arch::s390x.

Missing instructions

based on the clang vecintrin.h (roungly similar to the linkable GCC vecintrin.h).

blocked on https://github.com/rust-lang/rust/pull/137447
from nnp-assist, current qemu traps on these
deprecated functions
  • vec_ctd
  • vec_ctd_s64
  • vec_ctd_u64
  • vec_ctsl
  • vec_ctul
  • vec_ld2f
  • vec_st2f
  • vec_xstd2
  • vec_xstw4
  • vec_xld2
  • vec_xlw4
  • vec_permi
Steps / History
  • Implementation: #...
  • Final comment period (FCP)^1
  • Stabilization PR
Unresolved Questions
  • None yet.

@rustbot label O-SystemZ
general s390x vector/intrinsics progress is tracked at https://github.com/rust-lang/rust/issues/130869
cc @taiki-e

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the public API in core::arch::s390x and compare it with clang's vecintrin.h, as described in the tracking issue. Determine which intrinsics remain unchecked, then review the linked stdarch pull requests for established patterns. The work is done when the remaining API entries are implemented and the checklist links their pull requests.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
compilers
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.