errm... proper commenting.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 11 Oct 2014 18:40:08 +0000 (18:40 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 11 Oct 2014 18:40:08 +0000 (18:40 +0000)
svn path=/trunk/; revision=64682

reactos/lib/fast486/common.inl

index b94d8f0..f564768 100644 (file)
 #if defined (__GNUC__)
     #define CountLeadingZeros64(x) __builtin_clzll(x)
 
-#if 0
+/*
 #elif (_MSC_VER >= 1500) && defined(_WIN64)
     #define CountLeadingZeros64(x) __lzcnt64(x)
 #elif (_MSC_VER >= 1500)
     #define CountLeadingZeros64(x) ((x) > 0xFFFFFFFFULL) ? __lzcnt((x) >> 32) \
                                                          : (__lzcnt(x) + 32)
-#endif
+*/
 
 #else
     FORCEINLINE