]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix comment for VECTOR_BOOL_MODE
authorYury Khrustalev <yury.khrustalev@arm.com>
Thu, 16 Oct 2025 14:54:37 +0000 (15:54 +0100)
committerYury Khrustalev <yury.khrustalev@arm.com>
Mon, 24 Nov 2025 11:41:06 +0000 (11:41 +0000)
gcc/
* machmode.def (VECTOR_BOOL_MODE): Fix comment.

gcc/machmode.def

index ccdd2e8b6be3b19d6d6e09571b4c9914bb95250d..3045adb85fa50a74d1e8e66124eebf13f5b5ecd7 100644 (file)
@@ -148,12 +148,12 @@ along with GCC; see the file COPYING3.  If not see
        mode, with smaller numbers indicating a higher priority.
 
      VECTOR_BOOL_MODE (NAME, COUNT, COMPONENT, BYTESIZE)
-        Create a vector mode called NAME that contains COUNT boolean
-        elements and occupies BYTESIZE bytes in total.  Each boolean
-        element is of COMPONENT type and occupies (COUNT * BITS_PER_UNIT) /
-        BYTESIZE bits, with the element at index 0 occupying the lsb of the
-        first byte in memory.  Only the lowest bit of each element is
-        significant.
+       Create a vector mode called NAME that contains COUNT boolean
+       elements and occupies BYTESIZE bytes in total.  Each boolean
+       element is of COMPONENT type and occupies ((BYTESIZE * BITS_PER_UNIT)
+       / COUNT) bits, with the element at index 0 occupying the lsb of the
+       first byte in memory.  Only the lowest bit of each element is
+       significant.
 
      OPAQUE_MODE (NAME, BYTESIZE)
         Create an opaque mode called NAME that is BYTESIZE bytes wide.