Skip to content

Possible mistake in the instruction syntax #154

Open
@mtahernia

Description

@mtahernia

Problem

Despite having the modern nasm, autotools build fails when AS environment variable is set. Build using plane make works fine.
I figured out that

AC_LANG_CONFTEST([AC_LANG_SOURCE([[vpcompressb zmm0, k1, zmm1;]])])

is not a valid format.

The correct one is at

AC_LANG_CONFTEST([AC_LANG_SOURCE([[vpcompressb zmm0 {k1}, zmm1;]])])

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions