Closed
Bug 544185
Opened 15 years ago
Closed 15 years ago
Pixman not compiling ARM neon optimizations
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 544697
People
(Reporter: romaxa, Unassigned)
Details
ARM neon is disabled now:
http://hg.mozilla.org/mozilla-central/file/e1e378876084/gfx/cairo/libpixman/src/Makefile.in#l95
when I enabling that flag and adding
ASFILES += pixman-arm-neon-asm.S
then mozilla rules.mk does not understand it.
if I'm adding it as
ASFILES += pixman-arm-neon-asm.s then we have compilation error.
I think we should fix this problem, and probably modify asm suffix in this case...
| Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•