Skip to content

Unable to use "bytemuck" feature on spirv target #658

@tmvkrpxl0

Description

@tmvkrpxl0

Describe the bug

It's now impossible to enable "bytemuck" feature on spirv target.

To Reproduce

Enable bytemuck feature on spirv target

Expected behavior

I expected it to compile successfully

System information (please complete the following information):

  • OS: KDE Neon 24.04 (based on ubuntu lts 24.04)
  • Architecture x86_64

Additional context

I opened relevant issue on bytemuck's repo: Lokathor/bytemuck#315
Turns out simd representation cannot be used with bytemuck's derive.
The actual issue isn't the spirv target itself, instead it's just simd representation and bytemuck's derive being incompatible. but as simd representation is only used when spirv target is enabled, it only fails on spirv target.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions