Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00
..
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00

Individual language features and library functions

  • 01_aossoa - all variations of aos_to_soa, stdlib and ISPC source implementations.
  • 02_soaaos - all variations of stdlib implementation soa_to_aos. TODO: ISPC source implementations.
  • 03_popcnt - test popcnt() stdlib function performance.
  • 04_fastdiv - integer division by a constant is handled by an algorithm, which produces a code sequence without actual division operation. Current implementation relies on code generator to do the right thing on every specific platform. This benchmark tests performance integer division by a constant.
  • 05_packed_load_store - test packed_[load|store]_active() stdlib functions performance.
  • 06_math - test math functions performance.
  • 07_loop_unroll_varying - test unrolling performance for varying index loop.