This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

wcschr on unaligned input


Hello,
I noticed that wcschr.S uses movdqa instuction.
What is intended behaviour if it is called on
unaligned input like following?

wcschr("axxxxabcd"+1,*((int*)"abcd"))



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]