junrushao1994 commented on a change in pull request #5740:
URL: https://github.com/apache/incubator-tvm/pull/5740#discussion_r437833338
##########
File path: include/tvm/runtime/container.h
##########
@@ -65,11 +66,36 @@
#include <utility>
#include <vector>
+#if defined(_MSC_VER) && !defined(__clang__)
+uint32_t __builtin_ctz(uint32_t value);
+uint32_t __builtin_clz(uint32_t value);
Review comment:
@tqchen i see....I removed calling to those functions in the most recent
update anyway
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]