Commit Graph

2 Commits

Author SHA1 Message Date
Stephen Canon
fb8b9e143d SIMD into stdlib
Implements SE-0229.

Also updates simd module types in the Apple SDKs to use the new types, and updates a couple tests to work with the new types and protocols.
2018-11-29 17:09:01 -05:00
Arnold Schwaighofer
b38cacb3e9 IRGen: Use LLVM's alloc size to compute padding between types (#10464)
* IRGen: Use LLVM's alloc size to compute padding between types

We need to subtract alignment padding when doing type layout in terms of llvm types

rdar://32618125
SR-5137
2017-06-22 10:28:35 -07:00