Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 594 Bytes

README.rst

File metadata and controls

19 lines (13 loc) · 594 Bytes

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.