when i try to build solana program i am getting this error
Compiling ahash v0.8.5
Compiling hashbrown v0.11.2
error[E0635]: unknown feature stdsimd
--> src/lib.rs:99:42
|
99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
| ^^^^^^^
For more information about this error, try rustc --explain E0635.
error: could not compile ahash (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...