-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add SIGEMT (for apple) and SIGINFO (for bsd). #265
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Thanks! I'll work on getting CI fixed and then we can merge |
Ok, if you want to rebase on master that should pick up the fixes and CI should be able to run |
Can we get a version bump in the near future? |
Add SIGEMT (for apple) and SIGINFO (for bsd).
Yeah once this is merged I can bump |
💔 Test failed - travis |
There still seems to be an infrastructure problem. |
@bors: retry On Wednesday, April 27, 2016, Philipp Matthias Schäfer <
|
Add SIGEMT (for apple) and SIGINFO (for bsd).
☀️ Test successful - status-appveyor, travis |
This commit starts the migration towards Intel's types one intrinsic at a time, starting with `_mm_add_ss`. This is mostly just to get a feel for what the tests will start to look like.
No description provided.