From 96d39b398eb9b57fe808e34b40e7123204eef1db Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 7 Mar 2019 12:43:33 +0100 Subject: architecture.php: add some hint regarding sse2-bugs --- architecture.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'architecture.php') diff --git a/architecture.php b/architecture.php index 439588c..d29ca93 100644 --- a/architecture.php +++ b/architecture.php @@ -68,5 +68,10 @@ foreach ($flags as $arch => $arch_flags) { $oddity = "odd"; } print " \n"; +print "

\n"; +print " Hint:\n"; +print " Currently some i686 packages require SSE2 - which is a bug we're trying to solve.\n"; +print " If you experience any problems related to illegal instructions although your cpu should support the architecture (as listed above), please report the issue to us in the forums, on irc or on the bug tracker.\n"; +print "

\n"; print " \n"; print_footer(); -- cgit v1.2.3