Atomic floats on x86_64

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



(This is for Linux x86_64 on 4.9.1)

Is it a bug that I can atomically store a float using __atomic_store,
but not __atomic_store_n?  I'd really like to be able to do it without
the extra layer of indirection and the extra requirement of a temp
variable that I don't need.




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux