Re: generated movaps with unaligned memory

2009-02-24 Thread Jiri Olsa
On Tue, Feb 24, 2009 at 3:53 PM, H.J. Lu wrote: > On Mon, Feb 23, 2009 at 11:46 PM, Jiri Olsa wrote: >> On Mon, Feb 23, 2009 at 7:48 PM, H.J. Lu wrote: >>> On Mon, Feb 23, 2009 at 10:39 AM, Jiri Olsa wrote: >>>> On Mon, Feb 23, 2009 at 7:35 PM, H.J. Lu wrote: &g

Re: generated movaps with unaligned memory

2009-02-23 Thread Jiri Olsa
On Mon, Feb 23, 2009 at 7:48 PM, H.J. Lu wrote: > On Mon, Feb 23, 2009 at 10:39 AM, Jiri Olsa wrote: >> On Mon, Feb 23, 2009 at 7:35 PM, H.J. Lu wrote: >>> On Mon, Feb 23, 2009 at 10:05 AM, Jiri Olsa wrote: >>>> Hi, >>>> >>>> my shared lib

Re: generated movaps with unaligned memory

2009-02-23 Thread Jiri Olsa
On Mon, Feb 23, 2009 at 7:35 PM, H.J. Lu wrote: > On Mon, Feb 23, 2009 at 10:05 AM, Jiri Olsa wrote: >> Hi, >> >> my shared library crashes with movaps instruction using not aligned memory. >> >> Since the shared library function is being called from dynamic li

generated movaps with unaligned memory

2009-02-23 Thread Jiri Olsa
Hi, my shared library crashes with movaps instruction using not aligned memory. Since the shared library function is being called from dynamic linker, which basically prepares the memory location, I'm not sure whoose side issues this is. I have following function in C: typedef float La_x86_64_x