Enable SIMD import by default.

Swift SVN r28089
This commit is contained in:
Joe Groff
2015-05-02 15:46:42 +00:00
parent 11fcbda0e9
commit faf085c932
2 changed files with 3 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ namespace swift {
bool EnableCFunctionPointers = true;
/// \brief Enable support for SIMD type imports.
bool EnableSIMDImport = false;
bool EnableSIMDImport = true;
/// \brief Enable features useful for running in the debugger.
bool DebuggerSupport = false;