ocxtal / insn_bench_aarch64

Instruction latency & throughput profiler for AArch64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instruction latency & throughput profiler for AArch64

Run

$ git clone --recursive https://github.com/ocxtal/insn_bench_aarch64.git && cd insn_bench_aarch64
$ make -j                                         # needs gcc or clang
$ ./insn_bench_aarch64 > result.txt               # dump in tsv, -m for dump in markdown

Results

My brief notes on M1 code tuning is here.

Copyright and License

Hajime Suzuki (2021-2022), all the codes in this repository are licensed under MIT (not applied to submodules).

About

Instruction latency & throughput profiler for AArch64


Languages

Language:C++ 99.5%Language:Makefile 0.5%