Open
Description
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.