"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "95418011056f99128ce9c27da67dba929c1a64fc"
[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.
Loading
Please register or sign in to comment