Altivec and GCC

Segher Boessenkool segher@kernel.crashing.org
Mon Oct 23 10:42:00 GMT 2006


>> vector float vec1 = (vector float)(1.0, 1.0, 1.0, 1.0);

vector float vec1 = (vector float){1.0f, 1.0f, 1.0f, 1.0f};


Segher



More information about the Gcc-help mailing list