Giter Site home page Giter Site logo

Comments (10)

oconnor663 avatar oconnor663 commented on August 23, 2024 2

This is a bug in nightly. See #56 and rust-lang/rust#68905.

Until this is fixed, if you have to use nightly, you will need to use a nightly version from before this bug was introduced. I don't know exactly when that was yet, but probably a couple weeks ago would be fine?

from blake3.

ChaseLewis avatar ChaseLewis commented on August 23, 2024 2

Yeah i'm getting this with avx instructions on nightly like _mm_maskz_div_ps in 1.69.0 - nightly

from blake3.

ous51m1 avatar ous51m1 commented on August 23, 2024 1

thanks @oconnor663 i switched to stable and my problem is now resolved :)

from blake3.

oconnor663 avatar oconnor663 commented on August 23, 2024 1

It looks like nightly-2020-02-06 is the first compiler version with this issue. Anything prior to that should work.

from blake3.

oconnor663 avatar oconnor663 commented on August 23, 2024 1

I've released version 0.1.5, which is a backport of af2e791. This should unbreak nightly builds of the blake3 crate with the default feature set. Only callers who enable the c_avx512 feature (which includes b3sum) will remain broken on nightly.

EDIT: The c_avx512 feature has been replaced with the c feature in version 0.2.0, but the situation is the same otherwise.

from blake3.

zaynetro avatar zaynetro commented on August 23, 2024

Can confirm that stable compiler can compile b3sum.

$ rustc --version
rustc 1.41.1 (f3e1a954d 2020-02-24)

from blake3.

oconnor663 avatar oconnor663 commented on August 23, 2024

This is fixed as of rustc 1.44.0-nightly (38114ff16 2020-03-21) and rustc 1.43.0-beta.596 (1eaaee956 2020-03-22).

from blake3.

OfekShochat avatar OfekShochat commented on August 23, 2024

I get this problem with the fully updated nightly stable and beta now (1.54.0-nightly (5dc8789e3 2021-05-21), rustc 1.53.0-beta.2 (4bac69dd2 2021-05-07), rustc 1.51.0 (2fd73fabe 2021-03-23))

from blake3.

oconnor663 avatar oconnor663 commented on August 23, 2024

@OfekShochat are you saying that b3sum fails to build for you on all three toolchains? With an error message about stdsimd? I need you to give a lot more detail about what platform you're on and what commands you're running to have any chance of understanding the problem. Could you please file a new issue, with as much detail as possible?

from blake3.

jianshu93 avatar jianshu93 commented on August 23, 2024

I still have this error on 1.57. it is really strange. Any idea how to fix?

Jianshu

from blake3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.