Benchmark for some basic type operations.

This program benchmarks the following operations:

  • Bit testing by Gcc
  • Logical shifts,
  • Operations on basic types (char, short, long, long long).
Source file: bench-basic.c