All Articles Tagged atomic operations

Link/UrlTags
Why is TBB missing atomic floats?[Forums]
I used TBB zu parallelize an application where multiple threads update arbitrary elements of a huge field of double precision floats. So far, I used locks to prevent race conditions.In a similar implementation...

Posted: 2009-08-19 23:56:41
atomic operations
Atomic floats, is this implementation safe?[Forums]
I made an atomic float, and it's probably not blazingly fast (that's ok), but its faster than wrapping a lock around a float, and it works, but I'm not sure if this is because of my good luck, or if this...

Posted: 2008-10-27 20:51:37
atomic operations, Floating Point Numbers
Support for C/C++0x atomic operations[Forums]
Does Intel have some plans to support "fine-grained" atomic operations in future x86 processors in the context of emerging C/C++0x standard and it's support for such operations?Particularly I mean atomic...

Posted: 2008-09-29 22:08:27
atomic operations, C++0x