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

Feature "Platform-intrinsic" which is used in packed_simd has been removed/depreciated #1700

Open
jeantess1 opened this issue Apr 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jeantess1
Copy link

🐛 Bug Report

image

📝 Description

Feature "Platform-intrinsic" which is used in packed_simd has been removed/depreciated and it cause a crash during the cargo build for this project.

🔄 Reproduction Steps

install rust : curl https://sh.rustup.rs -sSf | sh

clone repo zk

export path

rustup install nightly (pour pouvoir utiliser les feature (=librairies en beta))

rustup override set nightly

cargo install sqlx-cli --version 0.7.3

zk stack demo

🤔 Expected Behavior

expected to build

😯 Current Behavior

Crash during the build of Packed_simd

🖥️ Environment

Ubuntu. rust toolchain nightly1.79.0

📋 Additional Context

Add any other context about the problem here. If applicable, add screenshots to help explain.

📎 Log Output

error[E0703]: invalid ABI: found platform-intrinsic
--> /home/jtsd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_simd-0.3.9/src/codegen/llvm.rs:72:8
|
72 | extern "platform-intrinsic" {
| ^^^^^^^^^^^^^^^^^^^^ invalid ABI

@jeantess1 jeantess1 added the bug Something isn't working label Apr 16, 2024
@EmilLuta
Copy link
Contributor

This will be rather difficult to troubleshoot without adding more information on what you ran. A set of commands would help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants