This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Vector Extensions in GCC


> and nearer to the spirit of C.  (Just because merging the front ends would
> make it easier to support C++ features as extensions to C, and C99 and GNU
> C features as extensions to C++, doesn't mean we should do so without
> justification in individual cases that the feature is appropriate, in
> terms of design and style, for the language in question.)

To be clear, I'm only talking about an implementation technique, not
a language extension.  It's just that we could implement the function,
in the guts of the compiler, as a template -- one that was builtin,
not one that ever appeared in source code.

-- 
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]