benchmarking Poly/ML & floating point

Henry Cejtin henry@sourcelight.com
Mon, 11 Sep 2000 18:30:21 -0500


It can screw you by making the code inside of Real_equal being
	test if x1 != x2
	if true jump
	load %eax with 1
	return
label:	load %eax with 0
	return

I.e., you can be screwed in either place.