less cpu intensive for soft float cpus
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user