Git Product home page Git Product logo

Comments (9)

ruoso avatar ruoso commented on May 7, 2024

The missing check is actually for _POWER or _ARCH_PPC which are the only macros defined by older versions of gcc on AIX (4.5.2 in this case).

from double-conversion.

maxlybbert avatar maxlybbert commented on May 7, 2024

According to gcc -dM -E - </dev/null, _POWER would work for me; as would _ARCH_PPC (32 bit) and _ARC_PPC64 (64 bit).

from double-conversion.

floitsch avatar floitsch commented on May 7, 2024

If you can confirm that the tests work in these configurations I'm happy to add the defines.

from double-conversion.

ruoso avatar ruoso commented on May 7, 2024

We have been running a local version with the added check for _POWER or _ARCH_PPC since october with success.

from double-conversion.

maxlybbert avatar maxlybbert commented on May 7, 2024

I know it's nearly impossible to make everybody happy. The predef project ( http://sourceforge.net/p/predef/wiki/Architectures/ ) has done a lot of the hard work, but I can't blame you if you want to avoid adding a dependency.

It's probably not clear that ruoso and I work at the same place. I can verify that the project we work on does look for #defines for _POWER and _ARC_PPC, and the library builds and works correctly.

from double-conversion.

floitsch avatar floitsch commented on May 7, 2024

Fixed in b8c24a6.

from double-conversion.

maxlybbert avatar maxlybbert commented on May 7, 2024

Thank you. Unfortunately, I misspelled ARCH_PPC and ARCH_PPC64 more than once (I dropped the 'H'), so I feel a need to report a one-character bug fix.

from double-conversion.

floitsch avatar floitsch commented on May 7, 2024

Sorry for the late reply (was marked as non-important...)
Should be fixed now.

from double-conversion.

maxlybbert avatar maxlybbert commented on May 7, 2024

I'm sorry for the typo! But thank you.

from double-conversion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.