This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: PATCH: Use Intel BID library for BID


On 6/14/07, H. J. Lu <hjl@lucon.org> wrote:
1. Intel BID library isn't thread-safe nor is libdecnumber for that
matter.  There are several ways to deal with it
    b. Use __thread on DFP round and status flags.
      Pros:
        Good runtime performance.
        Really thread-safe.
        Easy to implement in Intel BID library.
      Cons:
        May not work with static executable.
        May not work with all thread implementations.

__thread does work with all thread implementations now.


--Pinski


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