[Xorp-hackers] [greearb/xorp.ct] 1e84c2: Made fp64 serialization compatible with pre-C99.

noreply at github.com noreply at github.com
Wed Sep 14 09:24:00 PDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/greearb/xorp.ct

  Commit: 1e84c22dd64873f4ec2625b8ca789ff640bcf679
      https://github.com/greearb/xorp.ct/commit/1e84c22dd64873f4ec2625b8ca789ff640bcf679
  Author: Steven Simpson <ss at comp.lancs.ac.uk>
  Date:   2011-09-14 (Wed, 14 Sep 2011)

  Changed paths:
    M xorp/libxipc/fp64.h
  M xorp/libxipc/fp64serial.c
  M xorp/libxipc/fp64serial.h

  Log Message:
  -----------
  Made fp64 serialization compatible with pre-C99.

* Copyright blocks use /* */, not //.

* Macros to build type-specific function names and macros don't
  add any suffix.

* Feature macros tested for presence of fpclassify.  Basic
  implementation used when not present.

* Feature macros tested for presence of signbit.  Basic
  implementation used when not present.

* Optional INFINITY detected; HUGE_VAL used instead.

* Lack of NAN detected; HUGE_VAL used instead.

Signed-off-by: Steven Simpson <ss at comp.lancs.ac.uk>




More information about the Xorp-hackers mailing list