Mercurial > hg > octave-nkf > gnulib-hg
diff modules/math @ 9645:c8174371956e
Exploit the __builtin_signbit GCC built-in.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 26 Jan 2008 02:26:52 +0100 (2008-01-26) |
parents | 4a3319c82e39 |
children | 02bfc9acab82 |
line wrap: on
line diff
--- a/modules/math +++ b/modules/math @@ -64,6 +64,7 @@ -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \ -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \ -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \ + -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ < $(srcdir)/math.in.h; \ } > $@-t