[cfe-commits] r47850 - /cfe/trunk/Headers/mmintrin.h

Chris Lattner clattner at apple.com
Tue Mar 4 13:35:46 PST 2008


On Mar 4, 2008, at 10:11 AM, Mike Stump wrote:

> On Mar 3, 2008, at 7:41 PM, Eli Friedman wrote:
>> Ah, I forgot... yeah, that sucks.  Then I guess we should mark them
>> "extern inline __attribute__((weak))"?  Just plain inline means that
>> we can't in general generate the right thing.
>
> The most obvious thing to do would be to mark them static inline if
> the language is not c99, and inline if it is.  They don't need to be
> weak.

What does GCC do here?  It looks like it marks them as static (at  
least with 4.0).

-Chris



More information about the cfe-commits mailing list