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

Fail to compile with unrecognized platform-specific intrinsic function #46

Closed
alamb opened this issue Apr 26, 2021 · 1 comment · Fixed by #5184
Closed

Fail to compile with unrecognized platform-specific intrinsic function #46

alamb opened this issue Apr 26, 2021 · 1 comment · Fixed by #5184
Labels
arrow Changes to the arrow crate

Comments

@alamb
Copy link
Contributor

alamb commented Apr 26, 2021

Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-5613

I'm testing a project which depends on the Arrow crate. It failed with the following error:
{code}
error[E0441]: unrecognized platform-specific intrinsic function: simd_bitmask
--> /Users/sunchao/.cargo/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.3/src/codegen/llvm.rs:100:5
|
100 | crate fn simd_bitmask<T, U>(value: T) -> U;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try rustc --explain E0441.
error: Could not compile packed_simd.
{code}

@alamb alamb added the arrow Changes to the arrow crate label Apr 26, 2021
@alamb
Copy link
Contributor Author

alamb commented Apr 26, 2021

Comment from Paddy Horan(paddyhoran) @ 2019-06-15T17:09:14.480+0000:

What platform are you on?  I guess we should add a feature to disable SIMD?

Comment from Chao Sun(csun) @ 2019-06-19T04:36:23.426+0000:

I was running on my Mac. Haven't tested on other platforms.

Comment from Paddy Horan(paddyhoran) @ 2019-06-26T01:02:02.834+0000:

[~csun] is this still an issue?

packed_simd should support [OSX|[https://github.com/rust-lang-nursery/packed_simd#platform-support].]  Could you open an issue there?  I would do it myself but I don't have a Mac to be able to provide feedback to the maintainer, I'd just be the middle man.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant