summaryrefslogtreecommitdiff
path: root/nss-tool
diff options
context:
space:
mode:
authorJ.C. Jones <jjones@mozilla.com>2019-12-20 15:52:04 -0700
committerJ.C. Jones <jjones@mozilla.com>2019-12-20 15:52:04 -0700
commit9847d60a6da615ac61a1a8f8a7bd8e1838319aec (patch)
treea25ccea9b22881fb922565a68d47d9600918a3c7 /nss-tool
parente758b6719ff6aaffa72d9a0b57f88fbe36388d46 (diff)
downloadnss-hg-9847d60a6da615ac61a1a8f8a7bd8e1838319aec.tar.gz
Backed out changeset ac51d2490f9c (Bug 1574643) for crashes on early SSE4 CPUs
Diffstat (limited to 'nss-tool')
-rw-r--r--nss-tool/hw-support.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nss-tool/hw-support.c b/nss-tool/hw-support.c
index 561064c17..0aa097ffc 100644
--- a/nss-tool/hw-support.c
+++ b/nss-tool/hw-support.c
@@ -24,8 +24,6 @@ int main(int argc, char const *argv[]) {
printf("\tPCLMUL \t%s supported\n", clmul_support() ? "" : "not");
printf("\tAVX \t%s supported\n", avx_support() ? "" : "not");
printf("\tSSSE3 \t%s supported\n", ssse3_support() ? "" : "not");
- printf("\tSSE4.1 \t%s supported\n", sse4_1_support() ? "" : "not");
- printf("\tSSE4.2 \t%s supported\n", sse4_2_support() ? "" : "not");
#elif defined(__aarch64__) || defined(__arm__)
printf("\tNEON \t%s supported\n", arm_neon_support() ? "" : "not");
printf("\tAES \t%s supported\n", arm_aes_support() ? "" : "not");