diff options
Diffstat (limited to 'gitlab/issues/target_ppc/host_missing/accel_missing/1623.toml')
| -rw-r--r-- | gitlab/issues/target_ppc/host_missing/accel_missing/1623.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gitlab/issues/target_ppc/host_missing/accel_missing/1623.toml b/gitlab/issues/target_ppc/host_missing/accel_missing/1623.toml new file mode 100644 index 000000000..f650226b6 --- /dev/null +++ b/gitlab/issues/target_ppc/host_missing/accel_missing/1623.toml @@ -0,0 +1,17 @@ +id = 1623 +title = "vec_lde and vec_expte semi-randomly produce the wrong results" +state = "closed" +created_at = "2023-04-25T14:36:32.604Z" +closed_at = "2023-05-06T07:10:19.447Z" +labels = ["target: ppc"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1623" +host-os = "Gentoo" +host-arch = "ppc64le (and x86_64)" +qemu-version = "8.0.0-rc4" +guest-os = "n/a" +guest-arch = "n/a" +description = """I found that while implementing the Altivec support for the rust [stdarch](https://github.com/rust-lang/stdarch).""" +reproduce = """1. Install rust nightly (e.g. using https://rustup.rs/) +2. `git clone https://github.com/rust-lang/stdarch` +3. You need to either cross compile or compile and run the tests for `crates/core_arch`.""" +additional = """Both `valgrind` and running on power9 produce the correct results""" |