Search
The aim of today's exercise is representation of real and integer numbers in computer and arithmetical operations with them.
* gcc/config/fp-bit.c - Implementation of float point operations with real numbers using fixed point arithmetic as used in GCC compiler. Used on processors without hardware floating point support.