Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2001 20:00:22 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/include fp.h fsr.h src/sys/sparc64/sparc64 cache.c fp.c trap.c
Message-ID:  <200111180400.fAI40N683750@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2001/11/17 20:00:22 PST

  Modified files:
    sys/sparc64/include  fp.h 
    sys/sparc64/sparc64  cache.c fp.c trap.c 
  Added files:
    sys/sparc64/include  fsr.h 
  Log:
  1. Split fp.h into fp.h and fsr.h so that the latter can be included
     in asm files.
  2. Temporarily cause subnormal operands in floating point operations
     to be treated as zeros so that comlpetion of the operation does not
     need to be emulated.
  3. Catch fp_exception_other and correctly skip over the unfinished
     instruction, but basically ignore them.  Emulating the instruction
     is not yet supported.
  4. Zero td_retval[1] as well in syscall().
  
  Submitted by:   tmm (2, 3)
  
  Revision  Changes    Path
  1.6       +9 -39     src/sys/sparc64/include/fp.h
  1.1       +105 -0    src/sys/sparc64/include/fsr.h (new)
  1.3       +1 -0      src/sys/sparc64/sparc64/cache.c
  1.5       +34 -5     src/sys/sparc64/sparc64/fp.c
  1.19      +8 -3      src/sys/sparc64/sparc64/trap.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111180400.fAI40N683750>