{"id":16991050,"url":"https://github.com/gin66/simdlinux","last_synced_at":"2026-05-18T11:31:18.338Z","repository":{"id":95757574,"uuid":"423115167","full_name":"gin66/simdLinux","owner":"gin66","description":"missing simd package for swift on linux (only needed functions and not optimized for speed)","archived":false,"fork":false,"pushed_at":"2022-08-27T17:00:09.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-08T09:53:09.432Z","etag":null,"topics":["development","library","linux","package","simd","spm","swift","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/gin66.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-31T10:24:16.000Z","updated_at":"2022-08-28T15:32:53.000Z","dependencies_parsed_at":"2023-05-21T22:45:30.644Z","dependency_job_id":null,"html_url":"https://github.com/gin66/simdLinux","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gin66/simdLinux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gin66%2FsimdLinux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gin66%2FsimdLinux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gin66%2FsimdLinux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gin66%2FsimdLinux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gin66","download_url":"https://codeload.github.com/gin66/simdLinux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gin66%2FsimdLinux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33176778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["development","library","linux","package","simd","spm","swift","xcode"],"created_at":"2024-10-14T03:24:42.060Z","updated_at":"2026-05-18T11:31:18.325Z","avatar_url":"https://github.com/gin66.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simdLinux\n\nThis is a non-simd(!) implementation of the simd-library for reusing code on Linux.\nIn your swift source just replace:\n\n```swift\nimport simd\n```\n\nwith\n\n```swift\n#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)\n    import simd\n#else\n    import simdLinux\n#endif\n```\n\nThe implementation is not 100% complete, but is a pretty good start.\nsimd_float/double/int/uint are implemented for 1/2/3/4/8/16.\nsimd_quaternion is present.\nmatrix-support is very limited.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgin66%2Fsimdlinux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgin66%2Fsimdlinux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgin66%2Fsimdlinux/lists"}