]> git.lizzy.rs Git - rust.git/blob - library/portable-simd/.github/ISSUE_TEMPLATE/feature_request.md
Rollup merge of #106811 - khuey:dwp_extension, r=davidtwco
[rust.git] / library / portable-simd / .github / ISSUE_TEMPLATE / feature_request.md
1 ---
2 name: Feature Request
3 about: Request an addition to the core::simd API
4 labels: C-feature-request
5 ---
6 <!--
7   Hello!
8
9   We are very interested in any feature requests you may have.
10
11   However, please be aware that core::simd exists to address concerns with creating a portable SIMD API for Rust.
12   Requests for extensions to compiler features, such as `target_feature`, binary versioning for SIMD APIs, or
13   improving specific compilation issues in general should be discussed at https://internals.rust-lang.org/
14 -->