Jamie Cunliffe

Results 6 comments of Jamie Cunliffe

@boomshroom I'm not too familiar with RISC-V, the reason I said changing VL at runtime is undefined is because LLVM considers `vscale` to be a runtime constant, and as far...

`MUL` would be known at compile time and it's being constrained to a valid value by the traits, so I don't see a reason we couldn't have something like that....

I have updated this to: * Make it clear that `vscale` changing is the undefined behaviour, not VL. * Added a future possibilities for portable scalable SIMD. * Mentioned exotic...

As mentioned on zulip, we had been looking at alternative ways to generate the intrinsics, one of the things we did could be repurposed to compare c and rust intrinsics....

I had them in my config for a while as I find it much more natural to bind them to a key and run them when working with containers, don't...

> This affects the ABI, right? There could be ABI concerns with this in general. AAPCS64 defines x18 as a platform register if required, or temporary if a platform register...