AdamNiederer / AdamNiederer/faster

Compiling `rust-2018-migration` for `aarch64` and `wasm`

未关闭
#47 9 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Rust
星标
1.6k
派生
52
PR 合并指标
30 天内没有已合并 PR

描述

Hi,

I am trying to port a project to `aarch64` and `wasm` using the `rust-2018-migration` branch. As of today I receive lots of:

```
2 | use crate::vektor::x86_64::*;
| ^^^^^^ Could not find `x86_64` in `vektor`
```

Ideally, `faster` would have fallbacks for not-yet supported architectures. That way I could just write my SIMD code once using the provided API, instead of having two separate implementations.

Do you have any short-term plans of making such a fallback available for the 2018 version?

Also, while I am not a Rust expert, I have 1 - 2 days to look into this myself. If you think it's feasible to outline a solution you prefer, I'd be happy to try to help you out.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。