From 636e3ec603b0e8be5441c279630aaad090a38d21 Mon Sep 17 00:00:00 2001 From: Dhruba Borthakur Date: Tue, 19 Jun 2012 01:47:15 -0700 Subject: [PATCH] Release version 1.4.0.fb. Summary: Test Plan: Reviewers: CC: Task ID: # Blame Rev: --- README.fb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.fb b/README.fb index e2581eb5f..e5370c055 100644 --- a/README.fb +++ b/README.fb @@ -4,7 +4,9 @@ * Compiling for CPUs with SSE4 support - make OPT='-O2 -DNDEBUG -msse4' + make OPT='-O2 -DNDEBUG -D__SSE4_2__' This makes CRC computation much faster, but binaries won't run on CPUs that don't support it. + +* Latest release is 1.4.0.fb