Giter Site home page Giter Site logo

Comments (3)

kasanovic avatar kasanovic commented on September 23, 2024

Added rationale for choice of overflow quotient values to spec.

from riscv-isa-manual.

karlosz avatar karlosz commented on September 23, 2024

I think there is a typo in the rationale where it says and this check can be inserted after the divide. The branch to check for division by zero should not be done after the divide instruction. At that point the divisor may have been destroyed, ie. if it was the destination of the divide instruction. Instead, the check must be inserted before the divide instruction.

from riscv-isa-manual.

aswaterman avatar aswaterman commented on September 23, 2024

That was intentional; putting the branch after the divide is desirable for code scheduling.

The compiler understands that the destination will be overwritten even on a divide by zero, and can choose the destination register accordingly.

from riscv-isa-manual.

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.