lola icon indicating copy to clipboard operation
lola copied to clipboard

M1 support?

Open jonasws opened this issue 2 years ago • 3 comments

Describe the solution you'd like?

It would be great if this supported M1 natively!

Is your feature request related to a problem? Please describe.

No response

Additional context

No response

jonasws avatar Mar 14 '22 14:03 jonasws

Thanks Jonas. That's a very reasonable request. :) We are currently using an older Qt framework version with no/limited support for M1 but have plans to update to the newest version and distribute universal binaries in the (near) future. :)

livioso avatar Mar 14 '22 16:03 livioso

But I have a M1 and I have Lola running. I am missing something? Just out of curiosity at this point.

duranmla avatar Apr 07 '22 08:04 duranmla

Right now Lola runs under Rosetta since it's an Intel (x86) binary. This means the binary is translated to run on Apple Silicon (ARM) on the first run. The idea is to ship an universal binary that runs natively on M1 and Intel Macs. :)

From the docs:

Native apps run more efficiently than translated apps because the compiler is able to optimize your code for the target architecture. An app that supports only the x86_64 architecture must run under Rosetta translation on Apple silicon. A universal binary runs natively on both Apple silicon and Intel-based Mac computers, because it contains executable code for both architectures.

livioso avatar Apr 07 '22 08:04 livioso