summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/assembly/1759264
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/assembly/1759264')
-rw-r--r--results/classifier/deepseek-2-tmp/output/assembly/17592649
1 files changed, 0 insertions, 9 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/assembly/1759264 b/results/classifier/deepseek-2-tmp/output/assembly/1759264
deleted file mode 100644
index ddf635d2e..000000000
--- a/results/classifier/deepseek-2-tmp/output/assembly/1759264
+++ /dev/null
@@ -1,9 +0,0 @@
-
-fpu/softfloat: round_to_int_and_pack refactor broke TriCore ftoi insns
-
-After the refactor from ab52f973a504f8de0c5df64631ba4caea70a7d9e the bahaviour of int32_to_float32() was altered.
-
-helper_ftoi() in target/tricore/fpu_helper.c relied on int32_to_float32 to raise the invalid flag if the input was NaN to properly return 0. Likewise if the input is infinity.
-
-The obvious fix for softfloat would be to raise this flag in round_to_int_and_pack(). However,
-I'm not sure if this breaks other targets and I have no easy way to test it.
\ No newline at end of file