|
-
Jan 4th, 2012, 09:43 PM
#1
Thread Starter
Hyperactive Member
Atomic locks
hi all ,
(back!.. last visited 2009!.. hopefully , we are still active here )
I just want to double check
in MSVC we can use interlock ops for atomic syncs ( most of the functions support both amd and intel, if i didn't miss any thing)
but now I have to conver some of those functions to linux server .. so was doing some research and came accros http://gcc.gnu.org/onlinedocs/gcc-4....-Builtins.html .... but those look like they are only supported by intel processor ?
and also I came accros TransactionalMemory .. is that same thing ?
http://gcc.gnu.org/wiki/TransactionalMemory
VS 2005 .....Framework SDK 3.0
"Its mostly the brave one who choose to not fight"
-
Jan 18th, 2012, 10:23 AM
#2
Re: Atomic locks
I dont believe those should be dependent on just Intel processors. Do you have access to a computer with an AMD cpu? In that case you could just compile a small test-application.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|