Giter Club home page Giter Club logo

Comments (6)

jedisct1 avatar jedisct1 commented on June 10, 2024

Like your other reports. You're mixing a 18 years old as command from an ancient Xcode version with a recently compiled gcc. You should use a consistent toolchain, either by sticking to Xcode for everything, or at least by using gcc with the GNU binutils (and a version from the same era).

from aom.

jedisct1 avatar jedisct1 commented on June 10, 2024

This is not a bug in aom.

from aom.

barracuda156 avatar barracuda156 commented on June 10, 2024

It is a bug, because the configure check does not do what it is designed to do. It does not work correctly.

I have provided you an example of configure of libopus which detects a lack of AVX successfully (on the same system): jedisct1/libsodium#1350 (comment)

There is no problem with toolchain. In fact using Apple Unix tools is the recommended method by GCC upstream for building modern GCC, for example, on 10.5+.

from aom.

barracuda156 avatar barracuda156 commented on June 10, 2024

UPD. The issue is with libyuv code in fact, aom just uses it.

UPD2. No, not only libyuv, aom own code too, for example aom_dsp fails likewise.

from aom.

barracuda156 avatar barracuda156 commented on June 10, 2024

Worse is that even if one builds something with some swapping of an external assembler with these instructions enabled, the resulting binary will be broken, since the CPU does not support those (this is CoreDuo, it does not have AVX).

from aom.

jedisct1 avatar jedisct1 commented on June 10, 2024

Compiling different implementations is expected. All these tools detect CPU capabilities at runtime (see x86_simd_caps() for example).

from aom.

Related Issues (13)

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.