Dactyloidae/gfx/qcms
Richard-Rogalski b73f500c04 PR #2530 - Fix altivec code, fix building for PPC
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>
2024-06-17 16:10:19 +08:00
..
chain.c Issue #1656 - Part 4: Manual cleanup 2020-09-25 22:04:20 +08:00
chain.h Issue #1656 - Part 4: Manual cleanup 2020-09-25 22:04:20 +08:00
iccread.c Issue #1656 - Part 4: Manual cleanup 2020-09-25 22:04:20 +08:00
matrix.c Issue #1656 - Part 4: Manual cleanup 2020-09-25 22:04:20 +08:00
matrix.h Issue #1656 - Part 4: Manual cleanup 2020-09-25 22:04:20 +08:00
moz.build Issue #61 - Reinstate buildability with shared gkmedias dll 2023-03-28 12:07:03 +08:00
qcms.h import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
qcmsint.h Issue #1656 - Part 4: Manual cleanup 2020-09-25 22:04:20 +08:00
qcmstypes.h Remove AIX 1st party code OS checks, part 2 2019-04-04 20:26:46 +08:00
transform-altivec.c PR #2530 - Fix altivec code, fix building for PPC 2024-06-17 16:10:19 +08:00
transform-sse1.c import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
transform-sse2.c import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
transform.c Issue #1656 - Part 4: Manual cleanup 2020-09-25 22:04:20 +08:00
transform_util.c import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
transform_util.h Issue #1656 - Part 4: Manual cleanup 2020-09-25 22:04:20 +08:00