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

fix Issue 10445 - add .min, .max, etc. properties for vector types #12045

Merged
merged 1 commit into from Dec 22, 2020

Conversation

WalterBright
Copy link
Member

Because one would expect these to work.

@dlang-bot
Copy link
Contributor

Thanks for your pull request, @WalterBright!

Bugzilla references

Auto-close Bugzilla Severity Description
10445 enhancement add .min, .max, etc. properties for vector types

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "master + dmd#12045"

@Geod24
Copy link
Member

Geod24 commented Dec 22, 2020

Spec PR ?


int main()
{
version (D_SIMD)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test doesn't depend on this version condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Needs Spec PR A PR updating the language specification needs to be submitted to dlang.org
Projects
None yet
5 participants