diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-08-13 18:46:41 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-08-13 18:46:41 +0530 |
commit | e44c8b0eb7339787fbc6b1d4a2d1bd5046bc103f (patch) | |
tree | 9e91141c342ee9a0201ce692511191a7dfcfd499 /sysdeps/x86/fpu/bits | |
parent | 508ce3acd95e0782bc81e1f1eb84c43fa6978cfc (diff) | |
download | glibc-e44c8b0eb7339787fbc6b1d4a2d1bd5046bc103f.tar.gz glibc-e44c8b0eb7339787fbc6b1d4a2d1bd5046bc103f.tar.xz glibc-e44c8b0eb7339787fbc6b1d4a2d1bd5046bc103f.zip |
Fix comment error that Jakub pointed out but I forgot to fix
Diffstat (limited to 'sysdeps/x86/fpu/bits')
-rw-r--r-- | sysdeps/x86/fpu/bits/mathinline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86/fpu/bits/mathinline.h b/sysdeps/x86/fpu/bits/mathinline.h index ee88b66050..9554827c89 100644 --- a/sysdeps/x86/fpu/bits/mathinline.h +++ b/sysdeps/x86/fpu/bits/mathinline.h @@ -385,7 +385,7 @@ __END_NAMESPACE_C99 #endif /* Disable x87 inlines when -fpmath=sse is passed and also when we're building - on x86_64. Older gcc (gcc-3.2 for example) does not set __SSE2_MATH__ + on x86_64. Older gcc (gcc-3.2 for example) does not define __SSE2_MATH__ for x86_64. */ #if !defined __SSE2_MATH__ && !defined __x86_64__ # if ((!defined __NO_MATH_INLINES || defined __LIBC_INTERNAL_MATH_INLINES) \ |