Re: [lng-odp] [PATCH] configure.ac check for atomic operations support

2014-12-15 Thread Ola Liljedahl
On 15 December 2014 at 06:40, Jerin Jacob jerin.ja...@caviumnetworks.com wrote: On Fri, Dec 12, 2014 at 10:56:26PM +0100, Ola Liljedahl wrote: On 12 December 2014 at 16:59, Mike Holmes mike.hol...@linaro.org wrote: On 12 December 2014 at 10:51, Maxim Uvarov maxim.uva...@linaro.org wrote:

Re: [lng-odp] [PATCH] configure.ac check for atomic operations support

2014-12-14 Thread Jerin Jacob
On Fri, Dec 12, 2014 at 10:56:26PM +0100, Ola Liljedahl wrote: On 12 December 2014 at 16:59, Mike Holmes mike.hol...@linaro.org wrote: On 12 December 2014 at 10:51, Maxim Uvarov maxim.uva...@linaro.org wrote: On 12/12/2014 06:47 PM, Taras Kondratiuk wrote: On 12/12/2014 05:03 PM,

[lng-odp] [PATCH] configure.ac check for atomic operations support

2014-12-12 Thread Maxim Uvarov
Odp atomic operations based on compiler build-ins. Make sure that compiler supports such operation at configure stage. Signed-off-by: Maxim Uvarov maxim.uva...@linaro.org --- configure.ac | 19 +++ 1 file changed, 19 insertions(+) diff --git a/configure.ac b/configure.ac index

Re: [lng-odp] [PATCH] configure.ac check for atomic operations support

2014-12-12 Thread Taras Kondratiuk
On 12/12/2014 05:03 PM, Maxim Uvarov wrote: Odp atomic operations based on compiler build-ins. Make sure that compiler supports such operation at configure stage. This check should be limited to platforms that use gcc atomics. ___ lng-odp mailing

Re: [lng-odp] [PATCH] configure.ac check for atomic operations support

2014-12-12 Thread Maxim Uvarov
On 12/12/2014 06:47 PM, Taras Kondratiuk wrote: On 12/12/2014 05:03 PM, Maxim Uvarov wrote: Odp atomic operations based on compiler build-ins. Make sure that compiler supports such operation at configure stage. This check should be limited to platforms that use gcc atomics. Do we have such

Re: [lng-odp] [PATCH] configure.ac check for atomic operations support

2014-12-12 Thread Taras Kondratiuk
On 12/12/2014 05:51 PM, Maxim Uvarov wrote: On 12/12/2014 06:47 PM, Taras Kondratiuk wrote: On 12/12/2014 05:03 PM, Maxim Uvarov wrote: Odp atomic operations based on compiler build-ins. Make sure that compiler supports such operation at configure stage. This check should be limited to

Re: [lng-odp] [PATCH] configure.ac check for atomic operations support

2014-12-12 Thread Mike Holmes
On 12 December 2014 at 10:51, Maxim Uvarov maxim.uva...@linaro.org wrote: On 12/12/2014 06:47 PM, Taras Kondratiuk wrote: On 12/12/2014 05:03 PM, Maxim Uvarov wrote: Odp atomic operations based on compiler build-ins. Make sure that compiler supports such operation at configure stage.

Re: [lng-odp] [PATCH] configure.ac check for atomic operations support

2014-12-12 Thread Maxim Uvarov
On 12/12/2014 06:57 PM, Taras Kondratiuk wrote: On 12/12/2014 05:51 PM, Maxim Uvarov wrote: On 12/12/2014 06:47 PM, Taras Kondratiuk wrote: On 12/12/2014 05:03 PM, Maxim Uvarov wrote: Odp atomic operations based on compiler build-ins. Make sure that compiler supports such operation at