« Previous | Next » 

Revision 17a4ed8a

ID17a4ed8a5ebbbe8c3e7ea61b523571ddd20fa911

Added by Blue Swirl over 11 years ago

bitops: drop volatile qualifier

Qualifier 'volatile' is not useful for applications, it's too strict
for single threaded code but does not give the real atomicity guarantees
needed for multithreaded code.

Drop them and now useless casts.

Signed-off-by: Blue Swirl <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences