summaryrefslogtreecommitdiff
path: root/libs/backends/wavesaudio/wavesapi/akupara/threading/atomic_ops_gcc_x86.hpp
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-10-05 16:17:49 +0200
committerRobin Gareus <robin@gareus.org>2015-10-05 16:17:49 +0200
commit22b07e0233a29d9633ffa825a79503befaf2e16e (patch)
tree1d8b06056f8e12197158f5d906319767d3dedda5 /libs/backends/wavesaudio/wavesapi/akupara/threading/atomic_ops_gcc_x86.hpp
parente11ba7b79d68bc1070b170236c22123966d7bcc3 (diff)
NOOP, remove trailing tabs/whitespace.
Diffstat (limited to 'libs/backends/wavesaudio/wavesapi/akupara/threading/atomic_ops_gcc_x86.hpp')
-rw-r--r--libs/backends/wavesaudio/wavesapi/akupara/threading/atomic_ops_gcc_x86.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/backends/wavesaudio/wavesapi/akupara/threading/atomic_ops_gcc_x86.hpp b/libs/backends/wavesaudio/wavesapi/akupara/threading/atomic_ops_gcc_x86.hpp
index 148c297552..74d73106f8 100644
--- a/libs/backends/wavesaudio/wavesapi/akupara/threading/atomic_ops_gcc_x86.hpp
+++ b/libs/backends/wavesaudio/wavesapi/akupara/threading/atomic_ops_gcc_x86.hpp
@@ -19,7 +19,7 @@ namespace Akupara
namespace machine
{
const unsigned int k_bytes_per_cache_line = 64; // this is true for P4 & K8
-
+
// Flags for operations supported by this machine
//-------------------------------------
@@ -30,7 +30,7 @@ namespace Akupara
template<> struct implements_add <4> : public true_type {};
template<> struct implements_fetch_and_add<4> : public true_type {};
//-------------------------------------
-
+
// CAS
@@ -162,10 +162,10 @@ namespace Akupara
return fetch_and_add(operand_address, -subtrahend);
}
//--------------------------------------------------------------------------------
-
-
+
+
// Memory barriers
//--------------------------------------------------------------------------------
inline void memory_barrier_readwrite()