Giter Site home page Giter Site logo

Comments (4)

ebiggers avatar ebiggers commented on September 7, 2024

It looks like the problem is that for a couple weeks in the llvm-project development branch, arm64 crc intrinsics did not work unless crc support was enabled in the whole file, and Apple happened to fork LLVM during that time and release it starting sometime in the Xcode 15 series. (It's after llvm/llvm-project@b2d7a0d but before llvm/llvm-project@30b67c6.)

The "fix" is likely going to be to disable the use of crc instructions on those versions of Xcode, which will make it compile but will reduce CRC-32 performance. It may be a good idea to use a different version of Xcode so that your build of libdeflate can use these instructions. Note that this problem will go away in future versions of Xcode due to the incorporation of llvm/llvm-project@30b67c6, so it's likely just going to be a few versions in the 15.x series that will be affected.

from libdeflate.

geertbleyen avatar geertbleyen commented on September 7, 2024

Thanks for the detailed information! The projects where we need to do these compiles don't have a hard dependency on Xcode versions above 15.0.1, so we can stick with that version for now.

from libdeflate.

ebiggers avatar ebiggers commented on September 7, 2024

3b766cd fixed this by using a fallback to inline assembly. You should be able to use the latest Xcode now. I don't have a way to easily test different Xcode versions, so let me know if it still doesn't work for some reason. Thanks!

from libdeflate.

geertbleyen avatar geertbleyen commented on September 7, 2024

@ebiggers , I can confirm this issues has been solved in 3b766cd for Xcode 15.3 (I haven't tested 15.1. or 15.2).
Much appreciated!

from libdeflate.

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.