mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Enable SIMD import by default.
Swift SVN r28089
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user