ocxtal / insn_bench_aarch64

Instruction latency & throughput profiler for AArch64
32 stars 8 forks source link

support for SVE instructions #2

Open ocxtal opened 2 years ago

ocxtal commented 2 years ago

as they are available on Graviton3.

jdomke commented 1 year ago

is there an ETA on this feature? really looking forward to it. if there's anything I could assist you with, please let me know.

ocxtal commented 1 year ago

as xbyak_aarch64 already supports SVE/SVE2, what we have to do for this are:

it takes a lot of effort to do the second one, and actually I don't have enough time these days. if you can put some effort into it (even if you are only interested in a part of the insns), I welcome it.