programmerjake·5 वर्ष पहले·discussWell, Rust is getting support for portable vectors (I'm one of the ones working on that): https://github.com/rust-lang/portable-simd
programmerjake·5 वर्ष पहले·discussRust supports powerpc64le-unknown-linux-gnu, it is in-fact what we used to test a lot of POWER9's instructions to replicate the exact results that POWER9 gives, since the ISA spec doesn't specify the results for a lot of cases.https://git.libre-soc.org/?p=power-instruction-analyzer.git;...