• Show log

    Commit

  • Hash : 7fd1d131
    Author : Bruno Haible
    Date : 2012-03-14T01:51:10

    sqrtl: Bypass broken implementation in OpenBSD 5.1/SPARC.
    
    * lib/math.in.h (sqrtl): Replace it if REPLACE_SQRTL is 1.
    * m4/sqrtl.m4 (gl_FUNC_SQRTL_WORKS): New macro.
    (gl_FUNC_SQRTL): Invoke it. Set REPLACE_SQRTL to 1 if sqrtl() produces
    too big rounding errors.
    * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_SQRTL.
    * modules/math (Makefile.am): Substitute REPLACE_SQRTL.
    * modules/sqrtl (configure.ac): Consider REPLACE_SQRTL.
    (Depends-on): Update conditions.
    * tests/test-sqrtl.c (my_ldexpl): New function.
    (main): Add test of a particular value.
    * doc/posix-functions/sqrtl.texi: Mention the OpenBSD 5.1/SPARC bug.
    

  • README

  • This directory contains metainformation about the gnulib modules, one or two
    files per module. These files are used by gnulib-tool.
    
    For every module,
      - the file <module> is the metainformation about the library code of the
        module,
      - the file <module>-tests is the metainformation about the unit test of
        the module (optional but recommended).
    
    All the files in this directory are distributed under the following copyright:
    
      Copyright (C) 2002-2012 Free Software Foundation, Inc.
      Copying and distribution of this file, with or without modification,
      in any medium, are permitted without royalty provided the copyright
      notice and this notice are preserved.