piotte13 / SIMD-Visualiser

A tool to graphically visualize SIMD code
BSD 3-Clause "New" or "Revised" License
662 stars 41 forks source link

neon support (ARM) #4

Open nickdesaulniers opened 5 years ago

nickdesaulniers commented 5 years ago

Neat project! A quick search didn't turn up anything for NEON (ARM's SIMD intrinsics). Would this be difficult to implement?

lemire commented 5 years ago

I expect it is entirely doable.

piotte13 commented 5 years ago

Hi Nick,

It is indeed a good idea!
In fact, it was planned to eventually support multiple architectures and compilers. As for the do-ability, it should be relatively easy to implement once we support all of intel's SIMD commands since they are very similar.

I'll add this issue to our to-do list.

Thanks for your feedback!