diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-05-26 16:31:24 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-05-26 16:31:24 +0400 |
commit | 1cf0051c73c5db75d0d0a7aabbe5db5152140995 (patch) | |
tree | 03283963c29753bc2b33f82007a6fac3bf48083a /sysdeps/unix/sysv/solaris2/kopensolaris-gnu/getdents.c | |
parent | 9e7de43842f8020845fc09bfd279c6f6b130dab1 (diff) | |
download | glibc-1cf0051c73c5db75d0d0a7aabbe5db5152140995.tar.gz |
Backport __m128 replacement.
(Compile x86 rtld with -mno-sse -mno-mmx)
On illumos there was one more issue:
../nptl/sysdeps/x86_64/tls.h:71:3: error: unknown type name '__m128
"sysdeps/x86_64/multiarch/strstr.c" include "nmmintrin.h",
"nmmintrin.h" includes "xmmintrin.h",
"xmmintrin.h" includes "mm_malloc.h" *before* defining __m128,
"mm_malloc.h" includes "errno.h" (only on illumos, for errno),
"include/errno.h" gets included, "include/errno.h" includes "tls.h",
"tls.h" should include "xmmintrin.h" but include guard is already
defined, so __m128 is not defined in tls.h
Diffstat (limited to 'sysdeps/unix/sysv/solaris2/kopensolaris-gnu/getdents.c')
0 files changed, 0 insertions, 0 deletions