mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The design we landed on for SIMD is to define the vector types as nested types of their element, e.g. Float.Vector4, Int32.Vector2, etc. Update the Clang importer and other mapping facilities to match. Swift SVN r28087