[pocl] 03/11: i386: switch LLC_HOST_CPU from "pentium3" to "i686"

Andreas Beckmann anbe at moszumanska.debian.org
Mon Dec 18 08:15:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository pocl.

commit 38f754f66bf64826231dd9a06ce7c38870548021
Author: Andreas Beckmann <anbe at debian.org>
Date:   Thu Dec 14 03:08:56 2017 +0100

    i386: switch LLC_HOST_CPU from "pentium3" to "i686"
---
 debian/changelog       | 2 ++
 debian/supported-archs | 9 +++------
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 77330a1..2ecdb7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ pocl (0.14-3) UNRELEASED; urgency=medium
   * Cherry-pick upstream [c9d2cd15] "llvm/Flatten: switch back to
     force-inlining only some funcs", fixing kernel/test_convert_type_* failing
     on i386 with LLC_HOST_CPU=i686.
+  * Switch LLC_HOST_CPU from "pentium3" to the correct baseline "i686" on
+    i386.
 
  -- Andreas Beckmann <anbe at debian.org>  Thu, 14 Dec 2017 02:55:27 +0100
 
diff --git a/debian/supported-archs b/debian/supported-archs
index 3487dfb..6b00a74 100644
--- a/debian/supported-archs
+++ b/debian/supported-archs
@@ -12,19 +12,16 @@ DEB_ARCH: armhf
 LLVM_ARCH=cortex-a5
 
 DEB_ARCH: hurd-i386
-LLVM_ARCH=pentium3
+LLVM_ARCH=i686
 
 DEB_ARCH: i386
-# bump minimal arch to pentium3 instead of i586
-# some generated code might not be working on old officially supported hardware
-# but anything before pentium3 does not pass the testsuite (convert_type tests)
-LLVM_ARCH=pentium3
+LLVM_ARCH=i686
 
 DEB_ARCH: kfreebsd-amd64
 LLVM_ARCH=x86-64
 
 DEB_ARCH: kfreebsd-i386
-LLVM_ARCH=pentium3
+LLVM_ARCH=i686
 
 DEB_ARCH: mips
 LLVM_ARCH=mips32r2

-- 
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