|
From: Julian S. <js...@ac...> - 2007-03-24 02:05:55
|
> Unfortunately for me the machine I am using to do the performance > counter measurements is an older pentium3 that doesn't have sse2 support, > so I am going to have to find another way to work around this for now. If this comparison is not in a an inner loop, can you do some nasty kludge like masking off the lowest couple of mantissa bits before doing the comparison? J |