Also add documentation for bitreverse builtins
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I directly copied this from the bit reverse intrinsic documentation, so that will need to be fixed too
From: Arthur O'Dwyer <arthur.j.odwyer@gmail.com>
Sent: Monday, March 7, 2016 11:56 AM
To: reviews+D16993+public+3e6e84ed28c5743a@reviews.llvm.org; Arsenault, Matthew
Subject: Re: [PATCH] D16993: Add missing __builtin_bitreverse8
docs/LanguageExtensions.rst | ||
---|---|---|
1533 | This example doesn't make much sense: it looks like it's bit reversing a 7 bit number containing non-binary digits? Can you provide a real example instead? |
docs/LanguageExtensions.rst | ||
---|---|---|
1533 | This was copied from the IR description. I fixed it there, I'll fix it again here |
This example doesn't make much sense: it looks like it's bit reversing a 7 bit number containing non-binary digits? Can you provide a real example instead?