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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: volatile qualifier hurts single-threaded optimized case


> #ifdef __arch64__
>   typedef long _Atomic_word;
> #else
>   typedef int _Atomic_word;
> #endif

I'm pretty sure: I scoped out the baseline files for what is exported. 

However, if there is an issue, I'll fix it up.

-benjamin


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