Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions fearless_simd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ std = []
# Use floating point implementations from libm
libm = ["dep:libm"]

# Include safe wrappers for (some) target feature specific intrinsics,
# beyond the basic SIMD operations abstracted on all platforms
safe_wrappers = []

# Force the "fallback" SIMD level to be supported
# This is primarily used for tests
force_support_fallback = []
Expand Down
2 changes: 0 additions & 2 deletions fearless_simd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ The following crate [feature flags](https://doc.rust-lang.org/cargo/reference/fe
- `std` (enabled by default): Get floating point functions from the standard library (likely using your target's libc).
Also allows using [`Level::new`] on all platforms, to detect which target features are enabled.
- `libm`: Use floating point implementations from [libm].
- `safe_wrappers`: Include safe wrappers for (some) target feature specific intrinsics,
beyond the basic SIMD operations abstracted on all platforms.
- `force_support_fallback`: Force scalar fallback, to be supported, even if your compilation target has a better baseline.

At least one of `std` and `libm` is required; `std` overrides `libm`.
Expand Down
4,070 changes: 0 additions & 4,070 deletions fearless_simd/src/core_arch/aarch64/mod.rs

This file was deleted.

16 changes: 0 additions & 16 deletions fearless_simd/src/core_arch/fallback.rs

This file was deleted.

20 changes: 0 additions & 20 deletions fearless_simd/src/core_arch/mod.rs

This file was deleted.

18 changes: 0 additions & 18 deletions fearless_simd/src/core_arch/wasm32/mod.rs

This file was deleted.

Loading
Loading