less cpu intensive for soft float cpus

This commit is contained in:
Jeff Hill
2005-11-08 22:41:31 +00:00
parent 6f6f1d22cd
commit e7e46f07f5

View File

@@ -170,7 +170,7 @@ inline void cancelVerify::cancel ()
epicsTimerNotify::expireStatus cancelVerify::expire ( const epicsTime & )
{
double root = 3.14159;
for ( unsigned i = 0u; i < 10000; i++ ) {
for ( unsigned i = 0u; i < 1000; i++ ) {
root = sqrt ( root );
}
assert ( ! this->failOutIfExpireIsCalled );