previous up next
Go backward to Arithmetic Pipeline
Go up to Top
Go forward to Vector Operations
RISC-Linz logo

Arithmetic Pipeline Stages

3 stages for addition

  1. Exponent comparison and mantissa adjustment (shift)
    [mx*2ex-ey]
  2. Mantissa addition (add)
    [[ ]+my]
  3. Mantissa normalization and exponent readjustment
    [[ ]*2ey]

Problem: How to continuously feed floating point unit (FPU) with stream of operations?


Author: Wolfgang Schreiner
Last Modification: October 14, 1997

previous up next