[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cfe-commits
Subject:    Re: [cfe-commits] r61316 - /cfe/trunk/lib/Headers/xmmintrin.devel.h
From:       Mike Stump <mrs () apple ! com>
Date:       2008-12-28 8:28:02
Message-ID: AF243BDA-23F7-4C87-9B69-A71E64B5006E () apple ! com
[Download RAW message or body]

On Dec 21, 2008, at 4:28 PM, Anders Carlsson wrote:
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- cfe/trunk/lib/Headers/xmmintrin.devel.h (original)
> +++ cfe/trunk/lib/Headers/xmmintrin.devel.h Sun Dec 21 18:28:39 2008
> @@ -140,6 +140,186 @@
>   return __builtin_ia32_xorps(a, b);
> }
>
> +static inline __m128 __attribute__((__always_inline__))  
> _mm_cmpeq_ss(__m128 a, __m128 b)
> +{

We've had problems with static inline in C99 mode, if I recall  
correctly.  :-(  It ensures that these can't be used in all the places  
that one would otherwise like to use them.  Instead, it should be just  
inline, when C99 inline semantics are in play.
_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic