[PATCH] D25264: Implement MS _BitScan intrinsics

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 5 10:43:12 PDT 2016


rnk added inline comments.


> CodeGenFunction.h:2964
> +private:
> +  enum class MSVCIntrin;
> +

Does this work on Linux? I thought you had to give it an explicit underlying type (enum class MSVCIntrin : unsigned;) to make that work.

https://reviews.llvm.org/D25264





More information about the cfe-commits mailing list