diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_ppc/host_missing/accel_missing/1623.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text 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, 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 f650226b..00000000 --- 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""" |