Implement the functions: clz, clzl, clzll, ctz, ctzl, and ctzll
authorYaron Keren <yaron.keren@gmail.com>
Sat, 4 Jan 2014 08:56:00 +0000 (08:56 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Sat, 4 Jan 2014 08:56:00 +0000 (08:56 +0000)
commitf8f56755e06119642193d4152ddc375a7662a75b
tree94f52b217805c92f1493b45121c577fd98627cb4
parent96ab3bc5bdbfa43088d1b97ee07303f30c0d711d
Implement the functions: clz, clzl, clzll, ctz, ctzl, and ctzll
for libcxx when compiled with Visual C++ on Win32 and Win64.

clang and gcc (MinGW) compilers provide these implementations themselves.

llvm-svn: 198481
libcxx/include/support/win32/support.h