Floating point exceptions with -pthread
    Daniel Eischen 
    deischen at freebsd.org
       
    Wed May  4 14:44:16 PDT 2005
    
    
  
On Wed, 4 May 2005, Marc Olzheim wrote:
> On Wed, May 04, 2005 at 10:22:00PM +0200, Marc Olzheim wrote:
> > So it really seems to be in the floorf() and ceilf() code.
>
> Say, isn't that instruction supposed to read 'flds    -8(%ebp);' ? (mark
> the '-')
No, 8(%ebp) is where the function's argument is (the first
instruction is a pushl, then %ebp is assigned from %esp).
-- 
DE
    
    
More information about the freebsd-threads
mailing list