Check whether the Apple Altivec instruction set is defined, if
`bool' is also defined. Last-Update: 2018-04-09 Forwarded: yes Origin: commit:5d3999900bc2a80e2807c9f2111cec6b57970a56 Gbp-Pq: Name apple-altivec-defined.patch
This commit is contained in:
parent
1c16e7c361
commit
0a180757ba
|
@ -21,7 +21,7 @@
|
|||
|
||||
#ifndef __cplusplus
|
||||
|
||||
#ifndef bool
|
||||
#if !defined(bool) || defined(__APPLE_ALTIVEC__)
|
||||
typedef char bool;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue