This document summarizes a paper that presents the design of a double precision floating point multiplication algorithm with vector support. It describes the IEEE 754 floating point number representation format, including single and double precision specifications. It also discusses rounding modes, special values like infinities and NaNs, and exceptions like invalid operations, division by zero, overflow, and underflow. Simulation results are shown for basic logic components and a floating point multiplier. Synthesis results are provided for single and double precision floating point multipliers. The paper concludes that a pipelined, vectorized floating point multiplier was implemented supporting FP16, FP32, and FP64 formats to reduce area, power, latency and increase throughput.