Correct Windows build of tune

This commit is contained in:
(no author) 2010-03-15 18:38:52 +00:00
parent a7ba7a434c
commit e00055a3e1
2 changed files with 0 additions and 23 deletions

View File

@ -1,19 +0,0 @@
%define _NEHALEM_
%undef _CORE2_
%define SQR_KARATSUBA_THRESHOLD_OVERRIDE SQR_KARATSUBA_THRESHOLD_MAX
%ifdef _NEHALEM_
%include "..\..\mpn\x86_64w\nehalem\sqr_basecase.asm"
%elifdef _CORE2_
%include "..\..\mpn\x86_64w\core2\sqr_basecase.asm"
%else
%error define _NEHALEM_ or _CORE2_ in sqr_asm.asm
%endif

View File

@ -449,10 +449,6 @@
RelativePath=".\rsh_divrem_hensel_qr_1.c"
>
</File>
<File
RelativePath=".\sqr_asm.asm"
>
</File>
<File
RelativePath=".\tdiv_q.c"
>