Some users have noticed that clang-cl does not provide some of the intrinsics listed in the MSVC ARM64 intrinsic list. In particular, the _Count* and _Copy* intrinsics seem worth implementing, like _CopyFloatFromInt32 and _CountLeadingZeros. See reference from the FP16 project here.
cc @amykhuang @pzhengqc
Some users have noticed that clang-cl does not provide some of the intrinsics listed in the MSVC ARM64 intrinsic list. In particular, the
_Count*and_Copy*intrinsics seem worth implementing, like_CopyFloatFromInt32and_CountLeadingZeros. See reference from the FP16 project here.cc @amykhuang @pzhengqc