On 12/18/18 7:43 AM, Ulrich Weigand wrote:

> Bill Schmidt wrote:
>
>> +@item
>> +When using @code{vector} in keyword-and-predefine mode; for example,
>> +
>> +@smallexample
>> +typedef signed short int16;
>> +vector int16 data;
>> +@end smallexample
>> +
>> +Note that keyword-and-predefine mode is enabled by disabling GNU
>> +extensions (e.g., by using @code{-std=c11}) and including
>> +@code{<altivec.h>}.
>> +@end itemize
> This looks correct to me, and I've just verified that the example
> does indeed build with -std=c11 and #include <altivec.h> and fails
> to build without either of these.
>
> Bye,
> Ulrich
>
Thanks!  Committed as r267232.

Bill

Reply via email to