From e00055a3e18bc9c445217c5f4aba4ae431d945ba Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)> Date: Mon, 15 Mar 2010 18:38:52 +0000 Subject: [PATCH] Correct Windows build of tune --- build.vc9/tune/sqr_asm.asm | 19 ------------------- build.vc9/tune/tune.vcproj | 4 ---- 2 files changed, 23 deletions(-) delete mode 100644 build.vc9/tune/sqr_asm.asm diff --git a/build.vc9/tune/sqr_asm.asm b/build.vc9/tune/sqr_asm.asm deleted file mode 100644 index 1bad46f3..00000000 --- a/build.vc9/tune/sqr_asm.asm +++ /dev/null @@ -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 \ No newline at end of file diff --git a/build.vc9/tune/tune.vcproj b/build.vc9/tune/tune.vcproj index 558cc971..e1151069 100644 --- a/build.vc9/tune/tune.vcproj +++ b/build.vc9/tune/tune.vcproj @@ -449,10 +449,6 @@ RelativePath=".\rsh_divrem_hensel_qr_1.c" > - -