summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/performance/1892081
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/performance/1892081')
-rw-r--r--results/classifier/deepseek-2-tmp/output/performance/189208115
1 files changed, 0 insertions, 15 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/performance/1892081 b/results/classifier/deepseek-2-tmp/output/performance/1892081
deleted file mode 100644
index d7d166397..000000000
--- a/results/classifier/deepseek-2-tmp/output/performance/1892081
+++ /dev/null
@@ -1,15 +0,0 @@
-
-Performance improvement when using "QEMU_FLATTEN" with softfloat type conversions
-
-Attached below is a matrix multiplication program for double data
-types. The program performs the casting operation "(double)rand()"
-when generating random numbers.
-
-This operation calls the integer to float softfloat conversion
-function "int32_to_float_64".
-
-Adding the "QEMU_FLATTEN" attribute to the function definition
-decreases the instructions per call of the function by about 63%.
-
-Attached are before and after performance screenshots from
-KCachegrind.
\ No newline at end of file