{"id":68304,"library":"simdeez","title":"Simdeez","description":"Provides a SIMD abstraction layer that allows writing code portable across different instruction sets and vector widths.","status":"active","version":"3.0.1","language":"rust","source_language":null,"source_url":"https://github.com/arduano/simdeez","tags":["simd","abstraction","performance","vectorization"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nsimdeez = \"3.0.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add simdeez","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Sse2","correct":"use simdeez::sse2::Sse2;"}],"quickstart":{"code":"use simdeez::sse2::Sse2;\n\nfn main() {\n    let a = Sse2::set1_epi32(42);\n    let b = Sse2::set1_epi32(10);\n    let c = Sse2::add_epi32(a, b);\n    println!(\"SIMD addition result\");\n}","lang":"rust","description":"Performs SIMD addition using SSE2 intrinsics."},"warnings":[{"fix":"Add `-C target-feature=+sse2` or use `#[cfg(target_feature = \"sse2\")]` guards.","message":"Requires target CPU features (e.g., sse2, avx2) to be enabled at compile time.","severity":"gotcha","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'abstract':5,20 'across':12 'allow':8 'code':10 'differ':13 'instruct':14 'layer':6 'perform':21 'portabl':11 'provid':2 'set':15 'simd':4,19 'simdeez':1 'vector':17,22 'width':18 'write':9","created_at":"2026-06-17T17:48:04.680234+00:00","updated_at":"2026-06-17T17:48:04.680234+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/arduano/simdeez","github":"https://github.com/arduano/simdeez","docs":"https://docs.rs/simdeez/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}