Giter VIP home page Giter VIP logo

Comments (5)

JeffBezanson avatar JeffBezanson commented on April 28, 2024

I'm fairly sure we want to use all the libm64 functions in place of their corresponding fdlibm ones on x86-64. I also know we do NOT want to use the trig functions in libm387, but some of the others there might be useful.

from julia.

ViralBShah avatar ViralBShah commented on April 28, 2024

What's the problem with the libm387 trig functions? Is it accuracy, or is there a better way to do it on x86-64?

-viral

On Jun 16, 2011, at 11:37 PM, JeffBezanson wrote:

I'm fairly sure we want to use all the libm64 functions in place of their corresponding fdlibm ones on x86-64. I also know we do NOT want to use the trig functions in libm387, but some of the others there might be useful.

Reply to this email directly or view it on GitHub:
#14 (comment)

from julia.

JeffBezanson avatar JeffBezanson commented on April 28, 2024

Accuracy. Intel has only designed them to support an argument range of +-2^63. They are also no faster than a good all-software implementation on a modern cpu.

from julia.

JeffBezanson avatar JeffBezanson commented on April 28, 2024

OK, we know we want the libm64 functions, especially sqrt if nothing else. sqrt is important.

from julia.

JeffBezanson avatar JeffBezanson commented on April 28, 2024

Now an openlibm issue.

from julia.

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.