efl/legacy
Brett Nash bd6b2d5cb1 Neon improvements for ARM Cortex.
Samsung Electronics just allowed me to release the first set of ARM neon
patches under the Evas licence.  They are silently helping improve EFL and
this another product of their help.

These patches have been tested on a Cortex A8 and show consistent improvement
across the board.  For expedite some tests up to 100% improvements, and
practical real world examples show that rendering limited applications show
similar improvements.  For instance in one application from 17fps->30fps or
for another 40->63fps.

The patches are pure neon code (intrinsics tend to generate worse code).  To
build under GCC you will need a recent GCC and the following C flags:
	-mfloat-abi=softfp -mfpu=neon
I also recommend -O2 and -ffast-math.

If you have any problems please let me know.


SVN revision: 48733
2010-05-10 09:24:11 +00:00
..
ecore This commit implements http auth support; in order to avoid exposing too much of curl's internal workings, I opted to have a safety parameter in order to choose between CURLAUTH_ANY and CURLAUTH_ANYSAFE. 2010-05-09 15:06:06 +00:00
edje edje: be more precise about the Lua version we are expecting 2010-05-08 10:54:40 +00:00
eet * link pthread and spinlock code instead of just compiling 2010-05-02 05:19:35 +00:00
efreet make all strings returned by efre_mime_type_get stringshared 2010-05-05 20:55:14 +00:00
eina * eina: don't shadow global variable. 2010-05-04 16:26:29 +00:00
embryo Apply the same fix MEJ did ( http://marc.info/?l=enlightenment-svn&m=127157420508183&w=3 ) to more specs 2010-04-21 20:55:23 +00:00
emotion copy/paste error 2010-04-23 17:37:31 +00:00
ethumb Use edje_edit_object_add() or the edje_edit API won't work. 2010-04-26 19:46:15 +00:00
evas Neon improvements for ARM Cortex. 2010-05-10 09:24:11 +00:00
evil * src/lib/evil_stdio.c: 2010-04-14 17:47:40 +00:00