Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily remove the global min(a,b) and max(a,b) SIMD functions. #23960

Merged
merged 1 commit into from
Apr 12, 2019

Conversation

stephentyrone
Copy link
Contributor

These are triggering a bad compile-time regression for some expressions; that's a bug that should be fixed, but we don't know how to fix it yet, so we'll need to remove these in the short-term, and possibly spell them differently in the medium term.

rdar://problem/49787922

@stephentyrone stephentyrone requested a review from xedin April 11, 2019 18:24
@stephentyrone
Copy link
Contributor Author

@swift-ci please smoke test

These are triggering a bad compile-time regression for some expressions; that's a bug that should be fixed, but we don't know how to fix it yet, so we'll need to remove these in the short-term, and possibly spell them differently in the medium term.
@stephentyrone
Copy link
Contributor Author

@swift-ci please smoke test

@stephentyrone
Copy link
Contributor Author

@swift-ci please smoke test linux

1 similar comment
@stephentyrone
Copy link
Contributor Author

@swift-ci please smoke test linux

@stephentyrone stephentyrone merged commit 9e61aae into swiftlang:master Apr 12, 2019
@stephentyrone stephentyrone deleted the minimal-revert branch April 12, 2019 14:30
stephentyrone added a commit to stephentyrone/swift that referenced this pull request Apr 12, 2019
…wiftlang#23960)

These are triggering a bad compile-time regression for some expressions; that's a bug that should be fixed, but we don't know how to fix it yet, so we'll need to remove these in the short-term, and possibly spell them differently in the medium term.
stephentyrone added a commit that referenced this pull request Apr 16, 2019
* Some cleanup of SIMDVector and SIMDVectorTypes source files. (#23389)

Bring formatting closer in line with the rest of the standard lib, remove "public" from extensions (moving it onto the contents defined therein). Restore Swift project headers that were apparently lost at some point.

* [SE-0251] Additions to SIMD types. (#23421)

* Additions to SIMD types.

- extension from 2 and 3-element vectors to 3- and 4-element vectors.
- the .one member
- swizzles via subscript-by-simd
- min/max/sum reductions
- min/max/clamp on vectors-of-comparable
- any and all

- Make permute subscript wrap on vector length, even for SIMD3 dictionaries. Also restore min/max to globals, rather than static functions.

* Temporarily remove the global min(a,b) and max(a,b) SIMD functions. (#23960)

These are triggering a bad compile-time regression for some expressions; that's a bug that should be fixed, but we don't know how to fix it yet, so we'll need to remove these in the short-term, and possibly spell them differently in the medium term.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant