[Piglit] [PATCH] cl: Add test for call stack realignment
Jan Vesely
jan.vesely at rutgers.edu
Wed Sep 5 14:22:54 UTC 2018
On Wed, 2018-09-05 at 19:15 +0500, Matt Arsenault wrote:
> > On Aug 22, 2018, at 10:57, Jan Vesely <jan.vesely at rutgers.edu> wrote:
> >
> > On Tue, 2018-08-21 at 21:00 +0300, Matt Arsenault wrote:
> > > ping
> >
> > sorry. I won't have access to my machines until next week (possibly
> > September)
>
> ping
I've merged the others, this one did not address the latest comment;
casts should be to (uintptr_t) as rather tan (uint).
volatile uintptr_t addr = (uint)&... -> volatile uintptr_t addr = (uintptr_t)&
Jan
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20180905/b16bbeab/attachment.sig>
More information about the Piglit
mailing list