Re: [Mesa-dev] [PATCH] android: util/u_thread: fix building error with bionic pthread

2018-09-10 Thread Marek Olšák
On Mon, Sep 10, 2018 at 4:07 AM, Mauro Rossi wrote: > Hi, > > Il giorno lun 10 set 2018 alle ore 09:58 Tapani Pälli > ha scritto: >> >> Marek sent a similar fix here: >> https://lists.freedesktop.org/archives/mesa-dev/2018-September/204797.html > > Thanks a lot! > So the APU L3 cache optimization

Re: [Mesa-dev] [PATCH] android: util/u_thread: fix building error with bionic pthread

2018-09-10 Thread Mauro Rossi
Hi, Il giorno lun 10 set 2018 alle ore 09:58 Tapani Pälli ha scritto: > > Marek sent a similar fix here: > https://lists.freedesktop.org/archives/mesa-dev/2018-September/204797.html Thanks a lot! So the APU L3 cache optimization will be lost for Android > > On 09/10/2018 10:52 AM, Mauro Rossi w

Re: [Mesa-dev] [PATCH] android: util/u_thread: fix building error with bionic pthread

2018-09-10 Thread Tapani Pälli
Marek sent a similar fix here: https://lists.freedesktop.org/archives/mesa-dev/2018-September/204797.html On 09/10/2018 10:52 AM, Mauro Rossi wrote: This patch is to tackle with shortcomings in Android bionic libc. Even if setting cflag -D__USE__GNU and adding include of cpuset macros may becom

[Mesa-dev] [PATCH] android: util/u_thread: fix building error with bionic pthread

2018-09-10 Thread Mauro Rossi
This patch is to tackle with shortcomings in Android bionic libc. Even if setting cflag -D__USE__GNU and adding include of cpuset macros may become available, bionic libc does not support pthread_{g,s}etaffinity_np() Wrappers to sched_{g,s]etaffinity() were found to here: www.spinics.net/lists/