Benchmark for some floating point operations.

This program benchmarks the following operations:

  • 32-bit float mul, add, sub, div, neg.
  • 64-bit float mul, add, sub, div, neg.
Source file: bench-float.c