[llvm-bugs] [Bug 30506] <intrin.h> does not declare _tzcnt_u32

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Oct 12 03:15:51 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=30506

Simon Pilgrim <llvm-dev at redking.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |llvm-dev at redking.me.uk
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #7 from Simon Pilgrim <llvm-dev at redking.me.uk> ---
If we're going to allow general use of the tzcnt intrinsics like this, then
their doxygen comments need to be updated to be very clear that if TZCNT isn't
available then the result of __tzcnt_u32(0) is undefined.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191012/29b06b7d/attachment.html>


More information about the llvm-bugs mailing list