Initial package (rhbz#2184237).
This commit is contained in:
parent
115ca1aeca
commit
005d4fc347
6 changed files with 246 additions and 0 deletions
30
Remove-unstable-simd-feature.patch
Normal file
30
Remove-unstable-simd-feature.patch
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
From 9fdfb7e06d1f8c193c476a8bb7b12e3ba7952b51 Mon Sep 17 00:00:00 2001
|
||||
From: Maxwell G <gotmax@e.email>
|
||||
Date: Wed, 25 Jan 2023 20:30:13 -0600
|
||||
Subject: [PATCH] Remove unstable-simd feature
|
||||
|
||||
This feature requires nightly Rust.
|
||||
---
|
||||
Cargo.toml | 6 ------
|
||||
1 file changed, 6 deletions(-)
|
||||
|
||||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index 1822ce4..511acb0 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -32,12 +32,6 @@ crate-type = ["cdylib"]
|
||||
[features]
|
||||
default = []
|
||||
|
||||
-# Use SIMD intrinsics. This requires Rust on the nightly channel.
|
||||
-unstable-simd = [
|
||||
- "bytecount/generic-simd",
|
||||
- "encoding_rs/simd-accel",
|
||||
-]
|
||||
-
|
||||
# Build yyjson as a backend and panic if it fails. The default is to attempt
|
||||
# to build and on failure fall back to another backend.
|
||||
yyjson = []
|
||||
--
|
||||
2.39.2
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue