summary refs log tree commit diff stats
path: root/gitlab/issues/target_ppc/host_missing/accel_missing/1623.toml
diff options
context:
space:
mode:
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.toml17
1 files changed, 0 insertions, 17 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
deleted file mode 100644
index f650226b6..000000000
--- a/gitlab/issues/target_ppc/host_missing/accel_missing/1623.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-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"""