HackerTrans
TopNewTrendsCommentsPastAskShowJobs

programmerjake

no profile record

comments

programmerjake
·há 5 anos·discuss
Well, Rust is getting support for portable vectors (I'm one of the ones working on that): https://github.com/rust-lang/portable-simd
programmerjake
·há 5 anos·discuss
Rust 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;...