mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
b73f500c04
Altivec code was previously uncompilable, and the altivec accelerations also could not be disabled with a build flag or env variable, leading to pale moon not being buildable on any altivec supported CPU ( all PPC CPUs ever almost ). Why? I don't know, 'inline' in C is cursed and making it static makes it significantly less so. Closes: https://forum.palemoon.org/viewtopic.php?f=5&t=31108&p=252462#p252462 Signed-off-by: Richard Rogalski <rrogalski@firemail.cc>