Commit f463f88
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 <[email protected]>1 parent bbf2574 commit f463f88
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