Cedric,

On Fri, Oct 4, 2013 at 3:32 AM, Cedric BAIL <cedric.b...@free.fr> wrote:
> On Fri, Oct 4, 2013 at 7:00 AM, Lucas De Marchi
> <lucas.demar...@profusion.mobi> wrote:
>> On Fri, Oct 4, 2013 at 1:09 AM, Cedric BAIL <cedric.b...@free.fr> wrote:
>>> On Thu, Oct 3, 2013 at 4:11 AM, Lucas De Marchi
>>> <lucas.demar...@profusion.mobi> wrote:
>>>> On Wed, Oct 2, 2013 at 8:57 AM, Cedric Bail <cedric.b...@samsung.com> 
>>>> wrote:
>>>>> cedric pushed a commit to branch master.
>>>>>
>>>>> http://git.enlightenment.org/core/efl.git/commit/?id=ff3d2a68d5762ec6bed88f97f2a3751bb51caf86
>>>>>
>>>>> commit ff3d2a68d5762ec6bed88f97f2a3751bb51caf86
>>>>> Author: Cedric Bail <cedric.b...@samsung.com>
>>>>> Date:   Wed Oct 2 18:31:10 2013 +0900
>>>>>
>>>>>     eina: add infrastructure to handle more CPU and compiler builtin 
>>>>> information.
>>>>> ---
>>>
>>> [snip]
>>>
>>>>> +static inline unsigned short eina_swap16(unsigned short x);
>>>>> +static inline unsigned int eina_swap32(unsigned int x);
>>>>> +static inline unsigned long long eina_swap64(unsigned long long x);
>>>>
>>>> what's wrong with bswap_{32,16,64}? At least with gcc the correct
>>>> bswap instruction is emitted when available.
>>>
>>> Your millage may vary depending on your compiler or its version. Mine
>>> on an very old ubuntu doesn't. Same goes with LLVM.
>>
>> Then I'd say to fix the compiler instead of adding API that we will
>> need to carry on. These will become the Eina_Bool of tomorrow.
>
> Care to fix Windows and Apple for me ?

Are you serious??!!

-- Ulisses

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to