Static arch and uatomic headers
[urcu.git] / src / rculfhash.c
index 51972c8d1b318c618776a8d0b4b26e5373b9dbae..247564b8aa72f3d6ac7c87b1f1f12ab98ef5dc98 100644 (file)
@@ -467,7 +467,7 @@ unsigned long bit_reverse_ulong(unsigned long v)
  * Returns 0 if no bit is set, else returns the position of the most
  * significant bit (from 1 to 32 on 32-bit, from 1 to 64 on 64-bit).
  */
-#if defined(__i386) || defined(__x86_64)
+#if defined(URCU_ARCH_X86)
 static inline
 unsigned int fls_u32(uint32_t x)
 {
@@ -483,7 +483,7 @@ unsigned int fls_u32(uint32_t x)
 #define HAS_FLS_U32
 #endif
 
-#if defined(__x86_64)
+#if defined(URCU_ARCH_AMD64)
 static inline
 unsigned int fls_u64(uint64_t x)
 {
This page took 0.023288 seconds and 4 git commands to generate.