Eclipse CDT Editor support for Altivec C ++ extensions?

Does the Eclipse CDT C ++ editor have any support for Altivec C ++ language extensions implemented, for example, in GNU g ++ compilers when compiled with -maltivec?

In particular, is it possible to stop the publication of vector data types as syntax errors? eg.

vector unsigned char foo;

declares a 128-bit vector variable named "foo" containing sixteen 8-bit unsigned characters.

+3
source share
2 answers

Eclipse CDT ++, ​​ GNU Altivec. - XLC Altivec ( !), GNU.

Eclipse CDT CVS ( java org.eclipse.cdt.core.lrparser.xlc)

XLC , XLC ++.

0

. , CDT, , , .

, ( ) - vector ( → C/++ → → ).

+1

Source: https://habr.com/ru/post/1727745/


All Articles