Git Product home page Git Product logo

fpu-wrappers's Introduction

fpu-wrappers

This repo intends to create wrappers for open source FPU hardware implementations currently including:

  1. berkeley-hardfloat
  2. fpnew
  3. flopoco
  4. CNRV-FPU
  5. opencores-fpu
  6. fudian
  7. vfloat
op berkeley-hardfloat fpnew flopoco CNRV-FPU opencores-fpu fudian vfloat
add Y Y Y Y Y Y Y
mul Y Y Y Y Y Y Y
fma Y Y Y Y Y Y
cmp Y Y Y Y
div Y Y Y Y Y Y Y
sqrt Y Y Y Y Y Y
fp2int Y Y Y Y Y Y Y
int2fp Y Y Y Y Y Y Y
fp2fp Y Y Y Y
pow Y
log Y
exp Y
custom Y Y

custom means custom floating point format.

And make performance comparison.

Module naming convection:

  1. Type 1: Floating point format + operator(FAdd/FMA/FExp)
  2. Type 2: Floating point format To Floating point format
  3. Type 3: Floating point format + FPU(many operations)

Possible floating point formats:

  1. HF: berkeley-hardfloat +1 bits
  2. IEEE: IEEE 754
  3. FPC: flopoco +2 bits

IEEE754 FMA:

  1. Area: fpnew = flopoco < hardfloat < fudian
  2. Frequency: hardfloat = flopoco > fpnew > fudian
  3. Power: fpnew < hardfloat < flopoco < fudian

fpu-wrappers's People

Contributors

jiegec avatar ljwljwljwljw avatar

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.