summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/output/instruction/1761401
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-07 17:23:11 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-07 17:23:11 +0000
commitc50b0c4da17b6e83640e4ed2380fffb5f507c846 (patch)
treeb4f203fce1380e2ea3578a784bb8ee060fe42cbd /results/classifier/zero-shot-user-mode/output/instruction/1761401
parent61361f925d4914a6608a0076e64cc2399311ed5f (diff)
downloadqemu-analysis-c50b0c4da17b6e83640e4ed2380fffb5f507c846.tar.gz
qemu-analysis-c50b0c4da17b6e83640e4ed2380fffb5f507c846.zip
add zero-shot results
Diffstat (limited to 'results/classifier/zero-shot-user-mode/output/instruction/1761401')
-rw-r--r--results/classifier/zero-shot-user-mode/output/instruction/176140116
1 files changed, 16 insertions, 0 deletions
diff --git a/results/classifier/zero-shot-user-mode/output/instruction/1761401 b/results/classifier/zero-shot-user-mode/output/instruction/1761401
new file mode 100644
index 000000000..27bd12965
--- /dev/null
+++ b/results/classifier/zero-shot-user-mode/output/instruction/1761401
@@ -0,0 +1,16 @@
+instruction: 0.601
+runtime: 0.202
+syscall: 0.198
+
+
+
+ARM/Neon: vcvt rounding error
+
+Hello,
+
+While using QEMU commit 47d3b60858d90ac8a0cc3a72af7f95c96781125a (March 28, 2018), I've noticed failures in one of the GCC ARM/Neon tests. The test passes on hardware, and with QEMU-2.11.0, so it looks like a recent regression.
+
+The test builds a vector of 4 float32 with "125.9" as value, then converts them to 4 uint32_t.
+The expected result is 125, but we get 126 instead.
+
+Maybe it's just a matter of default rounding mode?
\ No newline at end of file