On 17 May 2015 at 22:19, Justin Cormack wrote:
> On 17 May 2015 at 22:02, Matt Thomas wrote:
>>
>>> On May 17, 2015, at 1:57 PM, Justin Cormack wrote:
>>>
>>> Module Name: src
>>> Committed By: justin
>>> Date: Sun May 17 20:57:12 UTC 2015
>>>
>>> Modified Files:
>>> src/common/li
On 17 May 2015 at 22:02, Matt Thomas wrote:
>
>> On May 17, 2015, at 1:57 PM, Justin Cormack wrote:
>>
>> Module Name: src
>> Committed By: justin
>> Date: Sun May 17 20:57:12 UTC 2015
>>
>> Modified Files:
>> src/common/lib/libc/arch/arm/atomic: atomic_op_asm.h atomic_swap.S
>>
> On May 17, 2015, at 1:57 PM, Justin Cormack wrote:
>
> Module Name: src
> Committed By: justin
> Date: Sun May 17 20:57:12 UTC 2015
>
> Modified Files:
> src/common/lib/libc/arch/arm/atomic: atomic_op_asm.h atomic_swap.S
> atomic_swap_16.S atomic_swap_64.S sync_bool_c
On 11/09/13 08:29, Jukka Ruohonen wrote:
On Fri, Nov 08, 2013 at 10:42:52PM +, Matt Thomas wrote:
Log Message:
Add support for the gcc __sync builtins.
A stupid but important question: what is __sync?
- Jukka.
http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fsync-Builtins.html#g_t_
On Fri, Nov 08, 2013 at 10:42:52PM +, Matt Thomas wrote:
> Log Message:
> Add support for the gcc __sync builtins.
A stupid but important question: what is __sync?
- Jukka.
On Jan 15, 2013, at 12:10 AM, David Laight wrote:
> On Tue, Jan 15, 2013 at 02:03:31AM +, Matt Thomas wrote:
>> Module Name: src
>> Committed By:matt
>> Date:Tue Jan 15 02:03:31 UTC 2013
>>
>> Added Files:
>> src/common/lib/libc/arch/arm/string: strchr_naive.S st
On Tue, Jan 15, 2013 at 02:03:31AM +, Matt Thomas wrote:
> Module Name: src
> Committed By: matt
> Date: Tue Jan 15 02:03:31 UTC 2013
>
> Added Files:
> src/common/lib/libc/arch/arm/string: strchr_naive.S strrchr_naive.S
>
> Log Message:
> Add simple/small versions of strchr/st