[PATCH] D16993: Add missing __builtin_bitreverse8

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 23 09:06:54 PDT 2016


rsmith added a subscriber: rsmith.
rsmith accepted this revision.
rsmith added a reviewer: rsmith.
This revision is now accepted and ready to land.

================
Comment at: docs/LanguageExtensions.rst:1533
@@ +1532,3 @@
+the bitpattern of an integer value; for example ``0b1234567`` becomes
+``0b7654321``.
+
----------------
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?


http://reviews.llvm.org/D16993





More information about the cfe-commits mailing list