Skip to content

Build error when compiling on Apple M1 #1

Description

@ofmla

I am getting an error when building an app that uses fastconv as dependency via fpm

build/dependencies/fastconv/src/conv1d/conv1d_simd_core.c:66:13: error: use of undeclared identifier 'kernel_length'
    assert((kernel_length % 4) == 0);
            ^
1 error generated.
[ 21%]             conv1d_simd_core.c  done.

build/dependencies/fastconv/src/conv1d/conv1d_simd_core.c:66:13: error: use of undeclared identifier 'kernel_length'
    assert((kernel_length % 4) == 0);
            ^
1 error generated.
<ERROR> Compilation failed for object " build_dependencies_fastconv_src_conv1d_conv1d_simd_core.c.o "
<ERROR> stopping due to failed compilation
STOP 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions