RE: Prototypes for builtin functions

2013-09-02 Thread Paulo Matos
> -Original Message- > From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of Paulo > Matos > Sent: 29 August 2013 11:44 > To: gcc@gcc.gnu.org > Subject: Prototypes for builtin functions > > Hi, > > I would like to hear how other archit

Prototypes for builtin functions

2013-08-29 Thread Paulo Matos
Hi, I would like to hear how other architectures organize their builtin/intrinsic headers. Until recently we had a header that would look like: /* Types */ typedef char V8B __attribute__ ((vector_size (8))); ... /* Prototypes */ extern V8B __vec_put_v8b (V8B B, char C, unsigned char D);