{"id":15973382,"url":"https://github.com/lu-zero/simd_helpers","last_synced_at":"2025-03-18T00:30:47.757Z","repository":{"id":57667358,"uuid":"213199499","full_name":"lu-zero/simd_helpers","owner":"lu-zero","description":"helper proc macros to reduce the boilerplate need to write simd code in rust","archived":false,"fork":false,"pushed_at":"2019-12-07T05:58:59.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-02T00:16:42.805Z","etag":null,"topics":["proc-macro","rust","simd"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lu-zero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-06T16:06:44.000Z","updated_at":"2019-12-07T05:59:01.000Z","dependencies_parsed_at":"2022-09-02T14:00:55.250Z","dependency_job_id":null,"html_url":"https://github.com/lu-zero/simd_helpers","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Fsimd_helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Fsimd_helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Fsimd_helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Fsimd_helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lu-zero","download_url":"https://codeload.github.com/lu-zero/simd_helpers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244133664,"owners_count":20403466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["proc-macro","rust","simd"],"created_at":"2024-10-07T21:04:42.392Z","updated_at":"2025-03-18T00:30:46.701Z","avatar_url":"https://github.com/lu-zero.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helpers to write more compact simd code\n\n## Implemented so far\n- [x] `cold_for_target_arch` mark a function cold for certain arches only\n- [ ] `cold_for_target_feature`\n\n## Example\n``` toml\n[dependencies]\nsimd_helpers = \"0.1\"\n```\n``` rust\nuse simd_helpers::cold_for_target_arch;\n\n// On arm and power it is the main, impl for x86_64 there is a asm-optimized variant\n#[cold_for_target_arch(\"x86_64\")]\nfn fallback_simple_impl() { ... }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu-zero%2Fsimd_helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flu-zero%2Fsimd_helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu-zero%2Fsimd_helpers/lists"}