{"id":17092709,"url":"https://github.com/onelivesleft/jai-simd","last_synced_at":"2025-03-23T16:43:25.190Z","repository":{"id":171691260,"uuid":"401708237","full_name":"onelivesleft/jai-simd","owner":"onelivesleft","description":"Module for performing SIMD calculations","archived":false,"fork":false,"pushed_at":"2021-12-20T08:34:30.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-28T22:46:59.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onelivesleft.png","metadata":{"files":{"readme":"README_header.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-31T13:12:36.000Z","updated_at":"2021-12-20T08:34:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0a1a545-ce95-4b0a-96ab-7adc29f8f194","html_url":"https://github.com/onelivesleft/jai-simd","commit_stats":null,"previous_names":["onelivesleft/jai-simd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onelivesleft%2Fjai-simd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onelivesleft%2Fjai-simd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onelivesleft%2Fjai-simd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onelivesleft%2Fjai-simd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onelivesleft","download_url":"https://codeload.github.com/onelivesleft/jai-simd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245136345,"owners_count":20566586,"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":[],"created_at":"2024-10-14T14:02:12.157Z","updated_at":"2025-03-23T16:43:25.180Z","avatar_url":"https://github.com/onelivesleft.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# jai-simd\n\nPerform SIMD calculations without learning x64 assembly.  To use download and copy the `SIMD` folder into your jai modules folder (or symlink it: `mklink /d c:\\jai\\modules\\SIMD c:\\repos\\jai-simd\\SIMD`).\n\nTo SIMD your code, create some `Vec128`s with your data, call the relevant SIMD procedures, then `calculate()`.  Any vecs which you have placed in the dest parameter (the first parameter) will be written to.\n\n```jai\n#import \"SIMD\";\n\nmain :: () {\n    // \n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonelivesleft%2Fjai-simd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonelivesleft%2Fjai-simd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonelivesleft%2Fjai-simd/lists"}