Correct Windows build of tune
This commit is contained in:
parent
a7ba7a434c
commit
e00055a3e1
@ -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
|
|
@ -449,10 +449,6 @@
|
|||||||
RelativePath=".\rsh_divrem_hensel_qr_1.c"
|
RelativePath=".\rsh_divrem_hensel_qr_1.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\sqr_asm.asm"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\tdiv_q.c"
|
RelativePath=".\tdiv_q.c"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user