Re: [Mesa-dev] [PATCH] util/disk_cache: don't require 64bit atomic operations

2017-03-05 Thread Timothy Arceri
On 06/03/17 08:39, Grazvydas Ignotas wrote: On Sun, Mar 5, 2017 at 10:29 PM, Matt Turner wrote: On Sun, Mar 5, 2017 at 11:14 AM, Grazvydas Ignotas wrote: There are still some distributions trying to support unfortunate people with old or exotic CPUs

Re: [Mesa-dev] [PATCH] util/disk_cache: don't require 64bit atomic operations

2017-03-05 Thread Grazvydas Ignotas
On Sun, Mar 5, 2017 at 10:29 PM, Matt Turner wrote: > On Sun, Mar 5, 2017 at 11:14 AM, Grazvydas Ignotas wrote: >> There are still some distributions trying to support unfortunate people >> with old or exotic CPUs that don't have 64bit atomic operations.

Re: [Mesa-dev] [PATCH] util/disk_cache: don't require 64bit atomic operations

2017-03-05 Thread Matt Turner
On Sun, Mar 5, 2017 at 11:14 AM, Grazvydas Ignotas wrote: > There are still some distributions trying to support unfortunate people > with old or exotic CPUs that don't have 64bit atomic operations. Missing > 64bit atomic ops can be detected at compile time, so provide a 32bit

[Mesa-dev] [PATCH] util/disk_cache: don't require 64bit atomic operations

2017-03-05 Thread Grazvydas Ignotas
There are still some distributions trying to support unfortunate people with old or exotic CPUs that don't have 64bit atomic operations. Missing 64bit atomic ops can be detected at compile time, so provide a 32bit fallback and add an appropriate cache size limit ceiling for that case. Bugzilla: