[SystemZ] Use reserved keywords in vecintrin.h

System headers should avoid using the "vector" and "bool" keywords
since those might be redefined by user code.  For example, using
<stdbool.h> before <vecintrin.h> will currently lead to compiler
errors.

Fixed by using the reserved "__vector" and "__bool" keywords
instead.  NFC otherwise.
This commit is contained in:
Ulrich Weigand 2020-04-28 18:24:19 +02:00
parent 85ee97fd89
commit c90e09b13c
1 changed files with 4549 additions and 4411 deletions

File diff suppressed because it is too large Load Diff