[Libclc-dev] [PATCH 2/2] Introduce M_LOG2E_F and M_LOG2E

Jeroen Ketema j.ketema at imperial.ac.uk
Tue Apr 8 07:40:15 PDT 2014


I’m using

http://llvm.org/git/libclc.git

And it’s not there for me even after a pull. It gives me 434109476bb as the head commit, which is the tabs by spaces one.

Jeroen

On 08 Apr 2014, at 15:37, Tom Stellard <tom at stellard.net> wrote:

> On Tue, Apr 08, 2014 at 03:29:04PM +0100, Jeroen Ketema wrote:
>> 
>> Are you sure? I’m only seeing the tabs to spaces patch in the repo…
>> 
> 
> Which repo do you use?
> 
> I can see it in SVN:
> https://llvm.org/viewvc/llvm-project?view=revision&revision=205055
> 
> It also appears to be in the official git repo:
> http://llvm.org/git/libclc.git
> 
> But not in the github mirror for some reason:
> https://github.com/llvm-mirror/libclc/commits/master
> 
> -Tom
> 
>> Jeroen
>> 
>> On 08 Apr 2014, at 15:26, Tom Stellard <tom at stellard.net> wrote:
>> 
>>> On Tue, Apr 08, 2014 at 11:36:27AM +0100, Jeroen Ketema wrote:
>>>> 
>>>> Gentle nudge.
>>>> 
>>> 
>>> I pushed this patch last week with the tab/spaces patch.
>>> 
>>> -Tom
>>> 
>>>> Jeroen
>>>> 
>>>> On 25 Mar 2014, at 20:32, Jeroen Ketema <j.ketema at imperial.ac.uk> wrote:
>>>> 
>>>>> ---
>>>>> generic/include/clc/float/definitions.h | 5 ++++-
>>>>> 1 file changed, 4 insertions(+), 1 deletion(-)
>>>>> 
>>>>> diff --git a/generic/include/clc/float/definitions.h b/generic/include/clc/float/definitions.h
>>>>> index c28a192..d6fee84 100644
>>>>> --- a/generic/include/clc/float/definitions.h
>>>>> +++ b/generic/include/clc/float/definitions.h
>>>>> @@ -9,7 +9,8 @@
>>>>> #define FLT_MIN         0x1.0p-126f
>>>>> #define FLT_EPSILON     0x1.0p-23f
>>>>> 
>>>>> -#define M_PI_F 0x1.921fb6p+1
>>>>> +#define M_LOG2E_F       0x1.715476p+0
>>>>> +#define M_PI_F          0x1.921fb6p+1
>>>>> 
>>>>> #ifdef cl_khr_fp64
>>>>> 
>>>>> @@ -23,4 +24,6 @@
>>>>> #define DBL_MIN         0x1.0p-1022
>>>>> #define DBL_EPSILON     0x1.0p-52
>>>>> 
>>>>> +#define M_LOG2E         0x1.71547652b82fep+0
>>>>> +
>>>>> #endif
>>>>> -- 
>>>>> 1.8.5.2 (Apple Git-48)
>>>>> 
>>>> 
>>>> 
>>>> _______________________________________________
>>>> Libclc-dev mailing list
>>>> Libclc-dev at pcc.me.uk
>>>> http://www.pcc.me.uk/cgi-bin/mailman/listinfo/libclc-dev
>> 





More information about the Libclc-dev mailing list