Skip to content

Latest commit

 

History

History

conv_to_oct

Conversion numbers to octal representation

Sample programs for article Conversion numbers to octal representation.

Following variants are available:

  • lookup-based,
  • SWAR,
  • SSE,
  • BMI2.

Type make and then run:

  • ./speedup --- to compare speed of different implementations on your machine;
  • ./verify --- to check if all implementations work properly.