Fix Build: folly/Range.h for build platforms missing SSE42 headers
Summary: [Folly] Fix Build: `folly/Range.h` for build platforms missing SSE42 headers. We make the assumption that if the compiler defines the appropriate symbols indicating SSE42, that the corresponding intrinsics headers are available. We also remove `Range.cpp` from `Makefile.am`, which we forgot to do in the blamed diff. Reviewed By: @nbronson Differential Revision: D2504934
Showing
Please register or sign in to comment