<div dir="ltr">Hi everyone,<div><br></div><div>I've got a question regarding Apple Silicon chips and flac encoding. I'm not seeing the speed I think I should be seeing</div><div><br></div><div>I compiled a universal flac 1.3.4 for Apple Silicon and 64 bit intel like so:</div><div><br></div><div><p style="margin:0px;font-stretch:normal;font-size:10px;line-height:normal;font-family:Monaco;color:rgb(0,0,0)"><span style="font-stretch:normal;font-size:12px;line-height:normal;font-family:Helvetica">./configure -enable-static -disable-shared CFLAGS=" -arch arm64 -arch x86_64 </span><span style="font-variant-ligatures:no-common-ligatures">-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk</span><span style="font-stretch:normal;font-size:12px;line-height:normal;font-family:"Lucida Grande";color:rgb(38,38,38)"> </span><span style="font-variant-ligatures:no-common-ligatures">-mmacosx-version-min=10.9 </span><span style="font-stretch:normal;font-size:13px;line-height:normal;font-family:Arial;font-kerning:none;color:rgb(26,26,26)">-O3</span><span style="font-stretch:normal;font-size:12px;line-height:normal;font-family:Helvetica">"<span class="gmail-Apple-converted-space"> ; make</span></span></p></div><div><br></div><div>Encoding 24/96 wav files to flac level 8 for a fileset i've been testing takes about 3 minutes and 10 seconds on an M1 Max processor using the native arm build.</div><div><br></div><div>Using the intel build on the M1 Max (which goes through Apple's Rosetta emulation) takes 1 minute and 50 seconds.</div><div><br></div><div>I would expect the native Arm build to be much faster since it's not going through emulation. What am I missing? Some compilation flag?</div><div><br></div><div>Thanks,</div><div>Scott</div></div>