Why does MongoDB don't have SIMD instructions till now?

Why does MongoDB don’t have SIMD instructions implemented till now?

Can you give an example of what you want to accomplish with that?

SIMD instructions can improve the performance on different architecture like using NEON intrinsics can improve the performance of MongoDB on ARM platform and using AVX instructions can improve the performance on x86 platform.