diff options
author | Ulrich Drepper <drepper@gmail.com> | 2010-10-19 12:56:42 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-10-19 12:56:42 -0400 |
commit | 18edac4857531b4b034eef37a07e3b03117de2bf (patch) | |
tree | 76ab66c435d997cdcb07a559e3c7e313945436bf /bits/mathdef.h | |
parent | d20501241ea423e477b357d93147530987e0d89e (diff) | |
download | glibc-18edac4857531b4b034eef37a07e3b03117de2bf.tar.gz glibc-18edac4857531b4b034eef37a07e3b03117de2bf.tar.xz glibc-18edac4857531b4b034eef37a07e3b03117de2bf.zip |
Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64.
Diffstat (limited to 'bits/mathdef.h')
-rw-r--r-- | bits/mathdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bits/mathdef.h b/bits/mathdef.h index 973438097e..3cea5847cf 100644 --- a/bits/mathdef.h +++ b/bits/mathdef.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998, 1999, 2000, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1997,1998,1999,2000,2004,2010 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or |