Jump to content

Swiftfox: Firefox branch for the AMD processors


domino
 Share

2 posts in this topic

Recommended Posts

Swiftfox is an optimized build of Mozilla Firefox for AMD processors including Athlon XP, Athlon 64, Duron and Sempron.

 

I do not have an AMD chipper, so you AMD guys might have some luck with it. Some claim it's 2x faster than the normal Firefox build. Let us know. Yes, it's posted on this forum because it'sonly for linux OS :D

 

http://getswiftfox.com/

Link to comment
Share on other sites

if you want to try compiling firefox here are x86 processor optimizations to add to your .mozconfig:

 

#--General

#ac_add_options --enable-optimize="-mcpu=i686 -funroll-loops -pipe -O2"

#--Pentium 4

ac_add_options --enable-optimize="-mcpu=pentium4 -pipe -fomit-frame-pointer -funroll-loops -O2"

#--Pentium 3

#ac_add_options --enable-optimize="-march=pentium3 -msse -mmmx -mfpmath=sse -ffloat-store -fforce-addr -ftracer -O2"

#--Pentium 2

#ac_add_options --enable-optimize="-march=pentium2 -mmmx -ffloat-store -fforce-addr -ftracer -O2"

#--Pentium MMX

#ac_add_options --enable-optimize="-march=pentium-mmx -mmmx -ffloat-store -fforce-addr -ftracer -O2"

#--Athlon XP

#ac_add_options --enable-optimize="-march=athlon-xp -mmmx -m3dnow -ffloat-store -fforce-addr -ftracer -O2"

#--AMD K6-2

#ac_add_options --enable-optimize="-march=k6-2 -pipe -mmmx -m3dnow -ffloat-store -fforce-addr -ftracer -O2"

 

brand:

ac_add_options --enable-official-branding

Link to comment
Share on other sites

 Share

×
×
  • Create New...