-
### Triage(2018-08-21)
A pre-RFC discussing what should go in `core::arch::arm` have been opened in #184
### [Update - 2018-07-27](https://github.com/rust-lang-nursery/embedded-wg/issues/63#iss…
-
**Describe the bug**
From Einstein server log posted on [BOINC message board](https://boinc.berkeley.edu/forum_thread.php?id=14047&postid=102391#102391)
```
2021-01-03 19:48:16.5251 [PID=7492 ] [ve…
-
In https://github.com/rust-lang/rust/pull/80652 I disabled non-power-of-two vector lengths to deconflict `stdsimd` and `cg_clif` development. Power-of-two vectors are typically sufficient, but there …
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [623cf77a58f7a233b94dcc1c3ef8eb8d67e8d948](https://github.com/dotnet/runtime/commit/623…
-
### This issue respects the following points:
- [x] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before crea…
-
### Describe the bug
I'm not sure if it's the last update, but everytime I click on the metamask extension it's jsut stuck on loading, before even connecting to any network or anything, I only see …
-
The following program fails on Mono and returns `+∞` instead of `NaN` as expected. This is likely an error somewhere in the branch handling edge case inputs at the end of the `Invoke` function. It was…
-
What are the operational semantics of the following rust program:
```rust
extern "C"{
fn foo();
}
fn main(){
foo()
}
```
Two specific questions are asked here:
1. What is the beha…
-
I am currently benchmarking some DSP routines on the ESP32 S3 platform in Rust. Several issues have already arisen, see https://github.com/esp-rs/rust/issues/180.
Upon reading the 'ESP32-S3 Technic…
-
https://github.com/odin-lang/Odin/blob/ae0be9c78587a13857f03cdc08602cf2e6a9282b/core/simd/x86/abm.odin#L6
Simply importing simd/x86 forcibly enables CPU target features, even if a target microarchi…