Mac Intel ChatGPT Desktop

Sorry yeah, the compilation of the higher level language to the bit code is all abstracted away these days. It’s just an output target. You don’t have to write different higher level code to get an app for each architecture. That’s not a thing, no one would go for that. There are definitely some API differences in some ways, but for the most part it’s the same thing. It’s not exactly like a jit compiler like JavaScript or anything, but there’s definitely a level of abstraction there that makes most of the process very seamless. If you don’t use specific features of the architecture then it should be pretty universal automatically.

1 Like