[pocl] 02/06: switch back target cpu to pentium3 on any-i386
Andreas Beckmann
anbe at moszumanska.debian.org
Wed Apr 27 11:52:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository pocl.
commit 13b43f85b72d6658b57b50cbce9ccf5e0fefb66a
Author: Andreas Beckmann <anbe at debian.org>
Date: Wed Apr 27 10:08:20 2016 +0200
switch back target cpu to pentium3 on any-i386
that's the first one to pass the convert_type tests
---
debian/changelog | 1 +
debian/supported-archs | 11 +++++------
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 529eb6a..cb3cd91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pocl (0.11-2) UNRELEASED; urgency=medium
* Make the B-D on clang versioned to match llvm.
* Drop superfluous B-D.
* Fix testsuite failure on i386. (Closes: #822563)
+ * Switch back target cpu to pentium3 on any-i386.
-- Andreas Beckmann <anbe at debian.org> Mon, 25 Apr 2016 14:39:14 +0200
diff --git a/debian/supported-archs b/debian/supported-archs
index 1998ea4..6dbdf4c 100644
--- a/debian/supported-archs
+++ b/debian/supported-archs
@@ -12,20 +12,19 @@ DEB_ARCH: armhf
LLVM_ARCH=cortex-a5
DEB_ARCH: hurd-i386
-LLVM_ARCH=pentium4
+LLVM_ARCH=pentium3
DEB_ARCH: i386
-# bump minimal arch to pentium4 instead of i586
+# bump minimal arch to pentium3 instead of i586
# some generated code might not be working on old officially supported hardware
-# but i586 does not pass the testsuite
-LLVM_ARCH=pentium-m
+# but anything before pentium3 does not pass the testsuite (convert_type tests)
+LLVM_ARCH=pentium3
DEB_ARCH: kfreebsd-amd64
LLVM_ARCH=x86-64
DEB_ARCH: kfreebsd-i386
-# same as i386
-LLVM_ARCH=nehalem
+LLVM_ARCH=pentium3
#DEB_ARCH: mips
#LLVM_ARCH=???
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git
More information about the Pkg-opencl-commits
mailing list