summarylogtreecommitdiffstats
path: root/mercury-browser.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mercury-browser.sh')
-rw-r--r--mercury-browser.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/mercury-browser.sh b/mercury-browser.sh
index 1b8c1f36ef97..ea7e7f01220c 100644
--- a/mercury-browser.sh
+++ b/mercury-browser.sh
@@ -4,13 +4,13 @@
if /usr/lib/ld-linux-x86-64.so.2 --help | grep -qsE '^\s+x86-64-v3.*supported.*$' ; then
_message=''
_message+=$'The fastest Firefox fork on Earth.'
-elif /usr/lib/ld-linux-x86-64.so.2 --help | grep -qsE '^\s+x86-64-v2.*supported.*$' ; then
+elif grep -qE '\bpni\b' /proc/cpuinfo ; then
_message=''
- _message+=$'Your processor supports x86-64-v2, but not x86-64-v3.\n'
+ _message+=$'Your processor does not support x86-64-v3.\n'
_message+=$'You may want to use mercury-browser-sse3-bin.'
else
_message=''
- _message+=$'Your processor does not support x86-64-v2 or x86-64-v3.\n'
+ _message+=$'Your processor does not support SSE3 instructions.\n'
_message+=$'mercury-browser may not work on your computer.'
fi