Disable SIMD features by default

This commit is contained in:
Andrew Brown
2019-07-11 10:17:14 -07:00
committed by Dan Gohman
parent 8378297f33
commit f2c48009e8
5 changed files with 8 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ pub fn define() -> SettingGroup {
false,
);
settings.add_bool("enable_simd", "Enable the use of SIMD instructions.", true);
settings.add_bool("enable_simd", "Enable the use of SIMD instructions.", false);
settings.add_bool(
"enable_atomics",