Commit f86236b
zlib-rs: adapt neon CPU feature check to avx2 one
if the "neon" target feature is enabled, skip runtime detection. this allows
running and passing the "neon" adler32 tests without requiring the "std"
feature.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>1 parent bbf2574 commit f86236b
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
| |||
0 commit comments