jai.vim icon indicating copy to clipboard operation
jai.vim copied to clipboard

forcing -x64 in makeprg can't work on m-series macs

Open beaumccartney opened this issue 1 year ago • 3 comments
trafficstars

or obviously more generally any non x64 target

beaumccartney avatar Aug 26 '24 23:08 beaumccartney

could you please give more info for steps for reproduction?

default-writer avatar Jan 27 '25 13:01 default-writer

He’s right. I used to always pass -x64 to get faster compiles, but this is no longer a good idea since we now have an arm version and various cross-compiling targets. PR welcome.

rluba avatar Jan 29 '25 06:01 rluba

He’s right. I used to always pass -x64 to get faster compiles, but this is no longer a good idea since we now have an arm version and various cross-compiling targets. PR welcome.

Could we possibly able to use IL as an abstraction? Like a well known IL from microsoft or even WASM with wasmer etc. ? It is not he fastest but definitely quite fast compared to Python/JavaScript. I mean, do we really need to target x64, arm, and more specifically if we target some abstract architecture, one of the two: RISC and CISC, like vectorization and SIMD

Offtopic, of cause. No worries

default-writer avatar Jan 29 '25 10:01 default-writer

@beaumccartney This is finally fixed in 89bbaad. Sorry for the delay.

rluba avatar Jul 19 '25 19:07 rluba