diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_ppc/host_missing/accel_missing/1623.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
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""" |