Results 1 to 2 of 2

Thread: Atomic locks

  1. #1

    Thread Starter
    Hyperactive Member demon.KILER's Avatar
    Join Date
    Jul 2006
    Location
    I cannot remember !?
    Posts
    408

    Question 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"

  2. #2
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    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.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width