Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/atomic/tests/atomic_test.cc')
-rw-r--r--intern/atomic/tests/atomic_test.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/intern/atomic/tests/atomic_test.cc b/intern/atomic/tests/atomic_test.cc
index f52422d0d30..6178b5074a7 100644
--- a/intern/atomic/tests/atomic_test.cc
+++ b/intern/atomic/tests/atomic_test.cc
@@ -14,11 +14,6 @@
# endif
#endif
-/* NOTE: it is suboptimal to duplicate same check as in API, but this check is
- * planned to be removed, making it so 64bit intrinsics are available on 32bit
- * platforms. */
-#if (LG_SIZEOF_PTR == 8 || LG_SIZEOF_INT == 8)
-
/* -------------------------------------------------------------------- */
/** \name 64 bit unsigned int atomics
* \{ */
@@ -284,8 +279,6 @@ TEST(atomic, atomic_cas_int64)
/** \} */
-#endif
-
/* -------------------------------------------------------------------- */
/** \name 32 bit unsigned int atomics
* \{ */