mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
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> |
||
|---|---|---|
| .. | ||
| chain.c | ||
| chain.h | ||
| iccread.c | ||
| matrix.c | ||
| matrix.h | ||
| moz.build | ||
| qcms.h | ||
| qcmsint.h | ||
| qcmstypes.h | ||
| transform-altivec.c | ||
| transform-sse1.c | ||
| transform-sse2.c | ||
| transform.c | ||
| transform_util.c | ||
| transform_util.h | ||