less cpu intensive for soft float cpus

This commit is contained in:
Jeff Hill
2005-11-08 22:46:31 +00:00
parent e7e46f07f5
commit e268286f83

View File

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