From: Carsten P. <car...@ma...> - 2003-05-17 00:18:13
|
=2D----BEGIN PGP SIGNED MESSAGE----- On Thursday 15 May 2003 08:39, you wrote: Hi, > Thanks a lot! The patch worked for my test program. > > While we are on the topic of adding AltiVec keywords to Open C++, I > would just like to point out that AltiVec introduces 5 simple type > keywords (of which __vector is one). > The 5 simple type keywords are: > > __vector > vector > __pixel > pixel > bool > > __vector means the same thing as vector and __pixel means the same > thing as pixel, just in case you were wondering. > The AltiVec interface is a C interface, so that's why they added the > bool keyword. > > AltiVec implementations are allowed to implement vector and pixel > either as > 1. #defines to vector and pixel > 2. context sensitive keywords > > If you would like more information on the AltiVec interface, it is > available from > http://e-www.motorola.com/brdata/PDFDB/docs/ALTIVECPIM.pdf The names vector, pixel and bool don't look like a good idea to me, as they= =20 are commonly used in programs. So it's not that easy for OpenC++ to simply= =20 ignore them. Not sure what to do about that :-/ Cheers Carsten Pfeiffer =2D----BEGIN PGP SIGNATURE----- iQEVAwUBPsV/aqWgYMJuwmZtAQHN0AgAsqVoWATdHFYpoDYiUPZKa6Gdt3fdQ3tK 5iMv8+Y0g1hyqUFxlgjYLWEvadLnQ7W1bIvoGX4VDvQw5De0DpmfGNVmIVMqL/hi sUwz1T0AAMQAenLpVFeafrSVAMsM72gOkGrdZt6WUEQlsyjF7QK33EkUEMRBKyTp oQDXxso8CUBBPj6ZEr1+TKX/qIIPfshVvzcVfad9+sfW2CdF8nmuroBKYuXJkc03 3qDthCSWYwQsbHvYyX0TC3RjQFWE6EaThNISYB1ZQROY/ajS0XWLJVdp/w3Oynxo /4tk6yvdL6EHCERR5LlHlbSkEHbTEFnO2SW0T8k1IxkKO3D0KMEd2w=3D=3D =3D/+CF =2D----END PGP SIGNATURE----- |