mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Hardcode '-maltivec' as compiler flag for powerpc/altivec support
This commit is contained in:
parent
e1c64b1bb8
commit
545b4401c5
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ elif CONFIG['CPU_ARCH'].startswith('ppc'):
|
|||
'simd/powerpc/jsimd.c',
|
||||
]
|
||||
for srcfile in ppc_vmx_sources:
|
||||
SOURCES[srcfile].flags += CONFIG['PPC_VMX_FLAGS']
|
||||
SOURCES[srcfile].flags += ['-maltivec']
|
||||
else: # No SIMD support?
|
||||
SOURCES += [
|
||||
'jsimd_none.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue