Home
Phabricator
Search
Configure Global Search
Log In
Please use
GitHub pull requests
for new patches. Avoid migrating existing patches.
Phabricator shutdown timeline
Transactions
D57643
Change Details
Change Details
Old
New
Diff
Original implementation can't correctly handle __m256 and __m512 types passed by reference through stack. This patch fixes it.
Original implementation can't correctly handle ``` __m256 ``` and ``` __m512 ``` types passed by reference through stack. This patch fixes it.
Original implementation can't correctly handle
```
__m256
```
and
```
__m512
```
types passed by reference through stack. This patch fixes it.
Continue