[EGIT] [core/efl] master 01/05: eina: add infrastructure to handle more CPU and compiler builtin information.

2013-10-02 Thread Cedric Bail
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ff3d2a68d5762ec6bed88f97f2a3751bb51caf86 commit ff3d2a68d5762ec6bed88f97f2a3751bb51caf86 Author: Cedric Bail Date: Wed Oct 2 18:31:10 2013 +0900 eina: add infrastructure to handle more CPU and co

Re: [E-devel] [EGIT] [core/efl] master 01/05: eina: add infrastructure to handle more CPU and compiler builtin information.

2013-10-02 Thread Michael Blumenkrantz
this commit breaks building with ephysics support, and also for c++ in general: ../src/lib/eina/eina_inline_cpu.x: In function 'short unsigned int eina_swap16(short unsigned int)': ../src/lib/eina/eina_inline_cpu.x:30:29: error: '__builtin_bswap16' was not declared in this scope On Wed, Oct 2, 2

Re: [E-devel] [EGIT] [core/efl] master 01/05: eina: add infrastructure to handle more CPU and compiler builtin information.

2013-10-02 Thread Cedric BAIL
Cedric Bail On Oct 2, 2013 10:45 PM, "Michael Blumenkrantz" < michael.blumenkra...@gmail.com> wrote: > > this commit breaks building with ephysics support, and also for c++ in general: > > ../src/lib/eina/eina_inline_cpu.x: In function 'short unsigned int eina_swap16(short unsigned int)': > ../src/

Re: [E-devel] [EGIT] [core/efl] master 01/05: eina: add infrastructure to handle more CPU and compiler builtin information.

2013-10-02 Thread Lucas De Marchi
On Wed, Oct 2, 2013 at 8:57 AM, Cedric Bail wrote: > cedric pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=ff3d2a68d5762ec6bed88f97f2a3751bb51caf86 > > commit ff3d2a68d5762ec6bed88f97f2a3751bb51caf86 > Author: Cedric Bail > Date: Wed Oct 2 18:31:10 20

Re: [E-devel] [EGIT] [core/efl] master 01/05: eina: add infrastructure to handle more CPU and compiler builtin information.

2013-10-03 Thread Michael Blumenkrantz
My gcc/g++ is 4.8. All of the bswap defines in eina_config.h are enabled. On Wed, Oct 2, 2013 at 3:15 PM, Cedric BAIL wrote: > Cedric Bail > On Oct 2, 2013 10:45 PM, "Michael Blumenkrantz" < > michael.blumenkra...@gmail.com> wrote: > > > > this commit breaks building with ephysics support, and

Re: [E-devel] [EGIT] [core/efl] master 01/05: eina: add infrastructure to handle more CPU and compiler builtin information.

2013-10-03 Thread Cedric BAIL
On Thu, Oct 3, 2013 at 4:11 AM, Lucas De Marchi wrote: > On Wed, Oct 2, 2013 at 8:57 AM, Cedric Bail wrote: >> cedric pushed a commit to branch master. >> >> http://git.enlightenment.org/core/efl.git/commit/?id=ff3d2a68d5762ec6bed88f97f2a3751bb51caf86 >> >> commit ff3d2a68d5762ec6bed88f97f2a3751b

Re: [E-devel] [EGIT] [core/efl] master 01/05: eina: add infrastructure to handle more CPU and compiler builtin information.

2013-10-03 Thread Lucas De Marchi
On Fri, Oct 4, 2013 at 1:09 AM, Cedric BAIL wrote: > On Thu, Oct 3, 2013 at 4:11 AM, Lucas De Marchi > wrote: >> On Wed, Oct 2, 2013 at 8:57 AM, Cedric Bail wrote: >>> cedric pushed a commit to branch master. >>> >>> http://git.enlightenment.org/core/efl.git/commit/?id=ff3d2a68d5762ec6bed88f97f2

Re: [E-devel] [EGIT] [core/efl] master 01/05: eina: add infrastructure to handle more CPU and compiler builtin information.

2013-10-03 Thread Cedric BAIL
On Fri, Oct 4, 2013 at 7:00 AM, Lucas De Marchi wrote: > On Fri, Oct 4, 2013 at 1:09 AM, Cedric BAIL wrote: >> On Thu, Oct 3, 2013 at 4:11 AM, Lucas De Marchi >> wrote: >>> On Wed, Oct 2, 2013 at 8:57 AM, Cedric Bail wrote: cedric pushed a commit to branch master. http://git.enli

Re: [E-devel] [EGIT] [core/efl] master 01/05: eina: add infrastructure to handle more CPU and compiler builtin information.

2013-10-04 Thread Ulisses Furquim
Cedric, On Fri, Oct 4, 2013 at 3:32 AM, Cedric BAIL wrote: > On Fri, Oct 4, 2013 at 7:00 AM, Lucas De Marchi > wrote: >> On Fri, Oct 4, 2013 at 1:09 AM, Cedric BAIL wrote: >>> On Thu, Oct 3, 2013 at 4:11 AM, Lucas De Marchi >>> wrote: On Wed, Oct 2, 2013 at 8:57 AM, Cedric Bail wro