dcjones / coitrees

A very fast interval tree data structure
MIT License
111 stars 8 forks source link

neon arm support #4

Open jianshu93 opened 1 year ago

jianshu93 commented 1 year ago

Hello Team,

For arm CPUs, any possibilities to support it? nightly rust seems to support any CPU structure for SIMD operations.

Thanks,

Jianshu

cauliyang commented 1 year ago

I have added arm support https://github.com/dcjones/coitrees/pull/7 . You can try that if you are interested in that.

jianshu93 commented 1 year ago

Thanks! I will test it soon.

Jianshu