diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-15 04:30:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-15 04:30:41 +0000 |
commit | ae650a41ef732a40c7897f4ae99d967b859c05d6 (patch) | |
tree | ba71ec317e13dc7c875fcf86fd7a71450fb3a8fa /sysdeps | |
parent | 353f210707092e3e57418b4954888f2d15cc3da3 (diff) | |
download | glibc-ae650a41ef732a40c7897f4ae99d967b859c05d6.tar.gz glibc-ae650a41ef732a40c7897f4ae99d967b859c05d6.tar.xz glibc-ae650a41ef732a40c7897f4ae99d967b859c05d6.zip |
* sysdeps/x86_64/mp_clz_tab.c: New file.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/x86_64/mp_clz_tab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/mp_clz_tab.c b/sysdeps/x86_64/mp_clz_tab.c new file mode 100644 index 0000000000..7b13a394da --- /dev/null +++ b/sysdeps/x86_64/mp_clz_tab.c @@ -0,0 +1 @@ +/* __clz_tab not needed on x86-64. */ |