Skip to content

regent: Disable vectorization on ARM CPUs for now

Elliott Slaughter requested to merge regent-arm-neon-vectorize into master

I haven't been able to find coherent documentation for the ARM NEON instruction set, so just disabling vectorization for now on that architecture.

Initial workaround to at least avoid this failure: https://github.com/StanfordLegion/legion/issues/1676

Edited by Elliott Slaughter

Merge request reports