On Tue, Jan 5, 2010 at 12:49 PM, Bill Hart <goodwillh...@googlemail.com> wrote:
> Certainly the code is available by svn.
>
> 2010/1/5 Case Vanhorsen <cas...@gmail.com>:
>> On Tue, Jan 5, 2010 at 12:26 PM, Cactus <rieman...@googlemail.com> wrote:
>>>
>>>
>>> On Jan 5, 8:03 pm, Bill Hart <goodwillh...@googlemail.com> wrote:
>>>> Excellent work Brian!
>>>
>>> I hope Case will see whether these changes have had any impact on his
>>> memory allocation dicovery and his bug.
I was able to do a quick test and the bug appears fixed. I will do
more testing tonight.

I did need to make a change to configure.bat. I received the following error:

C:\svn\mpir\mpir\trunk\build.vc9>configure
Error in script usage. The correct usage is:
    "c:\Program Files (x86)\Microsoft Visual Studio
9.0\Common7\Tools\\..\..\VC\vcvarsall.bat" [option]
where [option] is: x86 | ia64 | amd64 | x86_amd64 | x86_ia64

For example:
    "c:\Program Files (x86)\Microsoft Visual Studio
9.0\Common7\Tools\\..\..\VC\vcvarsall.bat" x86_ia64
Cant find a compiler for k8

I changed

if %BITS% == 64 (
        set ARCH=k8
        set ARCHW=x64
)

to
if %BITS% == 64 (
        set ARCH=amd64
        set ARCHW=x64
)

Case


>>>
>>> The change to alloca makes some things faster and others slower :-(
>>
>> I'll definately test it. Is the code available via svn? Or will an rc5
>> be released relatively soon?
>>>
>>>   Brian
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups 
>>> "mpir-devel" group.
>>> To post to this group, send email to mpir-de...@googlegroups.com.
>>> To unsubscribe from this group, send email to 
>>> mpir-devel+unsubscr...@googlegroups.com.
>>> For more options, visit this group at 
>>> http://groups.google.com/group/mpir-devel?hl=en.
>>>
>>>
>>>
>>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "mpir-devel" group.
>> To post to this group, send email to mpir-de...@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> mpir-devel+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/mpir-devel?hl=en.
>>
>>
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "mpir-devel" group.
> To post to this group, send email to mpir-de...@googlegroups.com.
> To unsubscribe from this group, send email to 
> mpir-devel+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/mpir-devel?hl=en.
>
>
>
>
-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.


Reply via email to