Giter VIP home page Giter VIP logo

Comments (2)

marekandreas avatar marekandreas commented on September 16, 2024

Could you please provide the configure command line you have used?
I cannot reproduce the error, that is I only obtain messages like
"configure: error: Could not compile a test program with AVX512, adjust the C compiler or CFLAGS. Possibly (some of) the flags " -mmmx -msse -msse2 -mssse3 -msse4.1 -msse4.2 " solve this issue"
when avx512 has been configured "--enable-avx512" (notice that this is the default) but the CFLAGS are not set accordingly.

According from your error description I assume you set "--disable-avx --disable-avx2" but the it was still tested for AVX512 since the is enabled by default. Adding a "--disable-avx512" should solve the issue.

from elpa.

marekandreas avatar marekandreas commented on September 16, 2024

Ok, this does not rely give more insight.
Maybe you can do the following:

  • change the file configure.ac: replace
    else need_manual_cpp=no fi
    with
    else need_manual_cpp=yes fi
  • run ./autogen.sh
  • re-run your configure call and then V=1 make
  • provide the output if the error is still persistent

from elpa.

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.