From 9847d60a6da615ac61a1a8f8a7bd8e1838319aec Mon Sep 17 00:00:00 2001 From: "J.C. Jones" Date: Fri, 20 Dec 2019 15:52:04 -0700 Subject: Backed out changeset ac51d2490f9c (Bug 1574643) for crashes on early SSE4 CPUs --- nss-tool/hw-support.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'nss-tool') 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"); -- cgit v1.2.1