Memsql supported in ec2 on m6g instance types?

One of the latest all purpose instance types in aws/ec2 is m6g, based on ARM Gravitron processor. Is memsql supported on this hardware?

MemSQL doesn’t support this hardware, no. MemSQL requires Intel or Intel-compatible x86/x64 hardware.

Hardware that supports the AVX2 instruction set extensions is recommended because we use it for columnstore query execution (almost all the Intel server chips for the last several years have this). See more discussion of how we use AVX2 SIMD instructions here: SingleStoreDB Cloud · SingleStore Documentation