...over "bit-wise" and "element-wise".
gcc:
* doc/invoke.texi (Warning Options): Use "bitwise" over
"bit-wise".
* doc/extend.texi (Vector Extensions): Use "elementwise"
over "element-wise".
* doc/md.texi (Standard Names): Ditto.
elements as the comparison operands with a signed integral element
type.
-Vectors are compared element-wise producing 0 when the comparison is false
+Vectors are compared elementwise producing 0 when the comparison is false
and -1 (a constant of the appropriate type where all bits are set)
otherwise. Consider the following example:
@opindex Wno-date-time
@item -Wdate-time
Warn when macros @code{__TIME__}, @code{__DATE__} or @code{__TIMESTAMP__}
-are encountered as they might prevent bit-wise-identical reproducible
+are encountered as they might prevent bitwise-identical reproducible
compilations.
@opindex Wempty-body
@item -Wlogical-op
Warn about suspicious uses of logical operators in expressions.
This includes using logical operators in contexts where a
-bit-wise operator is likely to be expected. Also warns when
+bitwise operator is likely to be expected. Also warns when
the operands of a logical operator are the same:
@smallexample
extern int a;
@item @samp{vec_cmp@var{m}@var{n}}
Output a vector comparison. Operand 0 of mode @var{n} is the destination for
predicate in operand 1 which is a signed vector comparison with operands of
-mode @var{m} in operands 2 and 3. Predicate is computed by element-wise
+mode @var{m} in operands 2 and 3. Predicate is computed by elementwise
evaluation of the vector comparison with a truth value of all-ones and a false
value of all-zeros.