diff test/test.c @ 46:31cee67540b5

f32/f64: add floor, ceil, round, and trunc operations we also need saturated add sub mul etc
author Paper <paper@tflc.us>
date Sat, 09 Aug 2025 15:55:59 -0400
parents 7955bed1d169
children
line wrap: on
line diff
--- a/test/test.c	Wed Apr 30 18:36:38 2025 -0400
+++ b/test/test.c	Sat Aug 09 15:55:59 2025 -0400
@@ -152,7 +152,9 @@
 	ret |= test_compare();
 	ret |= test_shift();
 
+#if 0
 	test_benchmark();
+#endif
 
 	return ret;
 }