Skip to content

fixes no_std by changing import from std to core for avx512.rs#42

Open
netsbot wants to merge 1 commit into
awesomized:mainfrom
netsbot:patch-1
Open

fixes no_std by changing import from std to core for avx512.rs#42
netsbot wants to merge 1 commit into
awesomized:mainfrom
netsbot:patch-1

Conversation

@netsbot

@netsbot netsbot commented Feb 9, 2026

Copy link
Copy Markdown

The Problem

no_std does not compile on 1.10.0

The Solution

Swapped the std module path for core to ensure the crate is fully compatible with no_std environments.

Planned version bump

  • Which: PATCH
  • Why: Non-breaking bug fix for no_std builds

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant