This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
gimp
mirror of
https://github.com/GNOME/gimp.git
Watch
1
Star
0
Fork
You've already forked gimp
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e5e14765d3
gimp
/
app
/
paint_funcs_simd.S
6 lines
92 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
MMX paint_funcs Should autodetect whether the assembler handles MMX and MMX paint_funcs Should autodetect whether the assembler handles MMX and whether the C compiler allows gcc-like __attribute function specifications. Should detect MMX at run-time.
2001-02-11 05:14:54 +08:00
#
include
"
c
o
n
f
i
g
.
h
"
#
ifdef
H
A
V
E
_
A
S
M
_
M
M
X
app/Makefile.am po/POTFILES.in new widget which will replace the current 2001-02-13 Michael Natterer <mitch@gimp.org> * app/Makefile.am * po/POTFILES.in * app/gimpdatacontainerview.[ch]: new widget which will replace the current brush, pattern, ... selections. To really use it, there needs to be a GimpDataFactory object (coming soon...) * app/commands.[ch] * app/menus.c: added test data container views. * app/paint_funcs_simd.S: #include the implementation with "", not <>
2001-02-13 21:17:15 +08:00
#
include
"
a
r
c
h
/
i
3
8
6
/
m
m
x
/
p
a
i
n
t
_
f
u
n
c
s
_
m
m
x
.
S
"
#
endif