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

Compile Error on nightly, platform_intrinsics - feature has been removed #558

Closed
MikMikus opened this issue Feb 29, 2024 · 1 comment · Fixed by #559
Closed

Compile Error on nightly, platform_intrinsics - feature has been removed #558

MikMikus opened this issue Feb 29, 2024 · 1 comment · Fixed by #559
Assignees

Comments

@MikMikus
Copy link

on main branch for 1.78.0-nightly (c475e2303 2024-02-28)

error[E0557]: feature has been removed
  --> /home/REDACTED/.cargo/git/checkouts/pathfinder-f0bd20e7aa700f92/cb4eb59/simd/src/lib.rs:11:61
   |
   | ...intrinsics, platform_intrinsics))]
   |                ^^^^^^^^^^^^^^^^^^^ feature has been removed
   |
   = note: SIMD intrinsics use the regular intrinsics ABI now

For more information about this error, try `rustc --explain E0557`.

related to: #550 and #548

@sagudev sagudev self-assigned this Mar 1, 2024
@sagudev
Copy link
Member

sagudev commented Mar 1, 2024

I think extern "platform-intrinsic" block needs to be replaced with core_intrinsics feature and use std::intrinsics::simd::*;, I will start working on it tomorrow using https:/model-checking/kani/pull/3052/files as reference.

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 a pull request may close this issue.

2 participants