原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 24055,
"has_wiki": true,
"homepage": "https://simd-everywhere.github.io/blog/",
"languages": {
"C": 26733351,
"C++": 514702,
"CMake": 12809,
"Meson": 10834,
"Shell": 5279,
"Python": 5774,
"Dockerfile": 3454,
"Objective-C": 69671
},
"pushed_at": "2021-02-21T21:09:38Z",
"created_at": "2021-02-21T21:08:18Z",
"owner_type": "Organization",
"updated_at": "2021-02-21T21:09:44Z",
"description": "Implementations of SIMD instruction sets for systems which don't natively support them.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "C",
"significant_languages": [
"C"
]
},
"owner": {
"blog": "https://sfztools.github.io",
"name": "SFZ Tools",
"type": "Organization",
"login": "sfztools",
"company": null,
"location": null,
"followers": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/51408767?v=4",
"created_at": "2019-06-05T13:02:50Z",
"is_verified": null,
"public_repos": 39,
"account_age_days": 2605
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2021-01-24T17:49:43Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2020-12-26T17:25:57Z"
},
{
"tag": "v0.7.0-rc2",
"kind": "prerelease",
"published_at": "2020-12-22T11:18:12Z"
},
{
"tag": "v0.7.0-rc-1",
"kind": "prerelease",
"published_at": "2020-11-21T07:30:08Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2020-08-24T02:11:52Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2020-06-22T16:32:27Z"
}
],
"recent_commits": [
{
"oid": "0ba9d8fdc0569e5a887dc42c6ddfa2a27a9f6867",
"body": null,
"is_bot": false,
"headline": "Exact unit test for abs on NEON",
"author_name": "Jean Pierre Cimalando",
"author_login": "jpcima",
"committed_at": "2021-02-21T01:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d676b3503fa1b407c3690baf3284b3d624b646f2",
"body": null,
"is_bot": false,
"headline": "Add test helpers for exact float comparisons on NEON",
"author_name": "Jean Pierre Cimalando",
"author_login": "jpcima",
"committed_at": "2021-02-21T01:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23121d0f867a27a4a4dff63d718cc52b20fe760b",
"body": null,
"is_bot": false,
"headline": "Bulletproof unit tests for x86 abs",
"author_name": "Jean Pierre Cimalando",
"author_login": "jpcima",
"committed_at": "2021-02-21T01:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5a93b360b3d955c8a08015c99357367b751c8a7",
"body": null,
"is_bot": false,
"headline": "Add test helpers for exact float comparisons",
"author_name": "Jean Pierre Cimalando",
"author_login": "jpcima",
"committed_at": "2021-02-21T01:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fed070e30ae7036d437189f8080e02d9b2be5e52",
"body": null,
"is_bot": false,
"headline": "Fix and improve abs functions on SSE",
"author_name": "Jean Pierre Cimalando",
"author_login": "jpcima",
"committed_at": "2021-02-21T00:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5fbe398a87b0138f1d636c3e69c9325689772b0",
"body": "Fixes #706",
"is_bot": false,
"headline": "sse2: fix incompatible argument in A32 impl. of _mm_cvtps_epi32",
"author_name": "Jean Pierre Cimalando",
"author_login": "jpcima",
"committed_at": "2021-02-17T00:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e11258ec2854a304e8c07254b910d8a60edb0891",
"body": null,
"is_bot": false,
"headline": "sse2: workaround missing vcvtnq_s32_f32 on GCC",
"author_name": "Jean Pierre Cimalando",
"author_login": "jpcima",
"committed_at": "2021-02-17T00:53:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21f7a2aef2c7cf9d4bdb76f4fd0ef1bf2067196c",
"body": "Fixes #707",
"is_bot": false,
"headline": "Fix SIMDe link in no-tests README",
"author_name": "Max Bachmann",
"author_login": "maxbachmann",
"committed_at": "2021-02-17T00:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad8c7e0723fb92d73324e5dd799ccdd41051251a",
"body": "If either __cplusplus or __STRICT_ANSI__ is defined we don't want\nto use the GCC-style support.\n\nThis isn't nearly as big a deal as it might sound like; we just use\n<complex.h>. The GCC/clang style is really only there for non-hosted\nenvironments or other systems lacking <complex.h>.",
"is_bot": false,
"headline": "complex: fix checks for GCC C complex math support",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-16T03:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e38fe50f5b1ede9f4a247196d414b899d4ba3a9f",
"body": "Since HEDLEY_GCC_VERSION is not defined for LCC as of Hedley v15 it\nthe SIMDE_VECTOR_* macros were no longer set. This turns out to be a\ngood thing though since LCC masquarades as GCC 7.3.0 but doesn't\nseem to support the vector extension features from GCC 4.8+.",
"is_bot": false,
"headline": "common: add an MCST LCC check for vector features.",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-16T03:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0366dab69680125218a5e604e8e8d74ed346b0ff",
"body": "On Elbrus we want to use MMX/SSE, so the old code was causing problems\non Elbrus since the code assumed that if MMX/SSE was enabled the Intel\ntypes would be used.",
"is_bot": false,
"headline": "neon: test for MMX/SSE instead of x86 when choosing implementation",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-16T03:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3a39e2a2c61fe20014db06f8c248a55d673f542",
"body": null,
"is_bot": false,
"headline": "avx: work around missing _mm256_{load,store}u_m128{,i,d} on LCC",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-15T20:15:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38e3840617f0f5bd4ea8b781a653efc9ce1a8a2a",
"body": null,
"is_bot": false,
"headline": "align: add MCST LCC to compilers known to support __alignof__",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-15T19:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f73000999ba17c54f51f077bab2ffc913b0b8ba8",
"body": "* Added or improved SSE2 implementations.\n* Better generic fallback formula for unsigned averages.\n* Improved WASM path for s8 & s16.\n\nFixes #703",
"is_bot": false,
"headline": "neon/rhadd: optimizations for rhaddq_xxx",
"author_name": "aqrit",
"author_login": "aqrit",
"committed_at": "2021-02-15T15:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87bb927fa4a3a4db7a2164849de27044e262fcb9",
"body": null,
"is_bot": false,
"headline": "download-sde: be more tolerant of changes on Intel's web site",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-15T15:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7117c48d1145a7d639466909064f8c4a13113d3c",
"body": "Fixes #701",
"is_bot": false,
"headline": "sse4.2: re-enable native _mm_cmpgt_epi64",
"author_name": "aqrit",
"author_login": "aqrit",
"committed_at": "2021-02-10T07:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24ddeba55cf3bbfb014e79ea961ec201be1223ff",
"body": null,
"is_bot": false,
"headline": "e2k, ppc: Make shifts unsigned",
"author_name": "makise-homura",
"author_login": "makise-homura",
"committed_at": "2021-02-09T06:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "093b2c578cba4a8591de6a611818b3fa48d07430",
"body": null,
"is_bot": false,
"headline": "e2k: Introduce E2K (Elbrus) architecture",
"author_name": "makise-homura",
"author_login": "makise-homura",
"committed_at": "2021-02-09T06:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "349da2b621f275e5ebc83fa6590235240821779a",
"body": null,
"is_bot": false,
"headline": "meson: require meson version 0.54",
"author_name": "makise-homura",
"author_login": "makise-homura",
"committed_at": "2021-02-09T06:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62c1087fa02e56cc69746e6ce4d26a9721e33ad0",
"body": "Arm implementations are currently disables since it is causing problems\non Drone.io, though I can't reproduce with qemu. I'll need to try to\nget it running on hardware.",
"is_bot": false,
"headline": "f16c: initial implementation",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-08T01:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb71d899126df383d71982eb398866effd2ef33b",
"body": null,
"is_bot": false,
"headline": "drone: read testlog.txt if tests fail",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-07T17:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4b4646587f8a615c59e962df6535be432600ce3",
"body": "This also switches several builds from -mavx2 to -march=native, so we\nhave better testing of AVX-512 on older versions of clang.",
"is_bot": false,
"headline": "gh-actions: add several clang builds",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-07T02:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e64231e62c6bafe418971527ee52fbc9cc09ac64",
"body": null,
"is_bot": false,
"headline": "avx512: work around several bugs in older versions of clang",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-07T02:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a2c6459881e283e3534de9da2ba3b249a5904e0",
"body": "This caused the header to be useless for detecting versions of clang\nprior to 4.0.\n\nI also changed a couple of the warnings we use to detect the version;\nAFAICT the old ones would have worked, but these seem a bit more\nlikely to work everywhere.",
"is_bot": false,
"headline": "detect-clang: fix version numbers for clang < 4.0",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-07T02:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae545ceb1c8abfb33b9f12b076aff18be9ec72a9",
"body": null,
"is_bot": false,
"headline": "avx512/madd: fix arguments for native aliases",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-05T10:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccdd24b77a1d8a646f3ef7cd294035e799478554",
"body": null,
"is_bot": false,
"headline": "gh-actions: add some bionic-era GCC builds.",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-05T09:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d070e1f176ad9a3d45d64f752bf2ef4adb0ce43",
"body": null,
"is_bot": false,
"headline": "Upgrade Hedley to v15.",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-05T09:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d28f044baf2133066a95ab60aa5708ca44736a2",
"body": "This could be good for compilers which don't support\n__builtin_shufflevector or __builtin_shuffle (like MSVC).",
"is_bot": false,
"headline": "neon/ext: add _mm_alignr_{,e}pi8 implementations",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-02-05T09:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12069d720f43830ae9791e8b0f4c4fa3c88012a0",
"body": null,
"is_bot": false,
"headline": "bump version to 0.7.2",
"author_name": "Michael R. Crusoe",
"author_login": "mr-c",
"committed_at": "2021-01-24T17:49:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43e7053fc72e6b606ae7510cc74fca375f1304d1",
"body": null,
"is_bot": false,
"headline": "gh-actions: run on pull requests",
"author_name": "Michael R. Crusoe",
"author_login": "mr-c",
"committed_at": "2021-01-24T03:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d28a5d171034375dd140805759576a2631b5bc6",
"body": null,
"is_bot": false,
"headline": "common: fix SIMDE_FLOAT64_C macro when SIMDE_FLOAT64_TYPE is defined",
"author_name": "Christopher Moore",
"author_login": "rosbif",
"committed_at": "2021-01-24T03:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c00a0e5a0d84c238af98ad4bc09de34082e5a6dd",
"body": "Everything involving pd or si128 needs at least SSE2\n\nFixes #696",
"is_bot": false,
"headline": "sse2,neon/uzp1,neon/uzp2: change some dependencies from SSE to SSE2",
"author_name": "Christopher Moore",
"author_login": "rosbif",
"committed_at": "2021-01-24T03:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "251bc0d60f68cfe60891186ac6eb82e0a1f5f5bf",
"body": "This isn't necessary with more recent versions of GCC and clang\nsince we use the builtin versions instead, but for very old compilers\n(like GCC < 4.4) we may need it.",
"is_bot": false,
"headline": "meson: link to libm if available",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-18T05:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "623cbf7a07f900021670559897ff446962e1defc",
"body": "I can't find any details on when this was fixed.",
"is_bot": false,
"headline": "neon/padd: vpadd_f32 was buggy in older clang versions",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-13T14:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c29a5fcd32c80c3cc06112b7b151fd7f35ac983",
"body": "Without this we end up with messages like this for each function.\n\n /tmp/cc2WM2zv.s: Assembler messages:\n /tmp/cc2WM2zv.s:47871: Error: operand mismatch -- `rev16 v0.4h,v1.4h'\n /tmp/cc2WM2zv.s:47871: Info: did you mean this?\n /tmp/cc2WM2zv.s:47871: Info: rev16 v0.8b, v1.8b\n /tmp/cc2WM2zv.s:47871: Info: other valid variant(s):\n /tmp/cc2WM2zv.s:47871: Info: rev16 v0.16b, v1.16b",
"is_bot": false,
"headline": "neon/ext: work around bug in GCC prior to 9.0",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-13T14:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa0eca0a5a880995a56b03c0463d59ddfce415e9",
"body": "The second parameter was signed, but should have been unsigned.",
"is_bot": false,
"headline": "neon/uqadd: clang prior to 9 used incorrect types for the scalar funcs",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-13T04:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52051cb1e882a2333240d38abaa13a528f0fcc78",
"body": "Relevant GCC commit: 66da5b53107962a1c115a9686f2220de27f276f7",
"is_bot": false,
"headline": "neon/abs: vabsd_s64 wasn't added to GCC until 9.1.0",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-13T04:20:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0968271e6f7f6b47acdc097f15139b1b57a586d3",
"body": "Fixes #695",
"is_bot": false,
"headline": "align: allow alignment > 8 on MSVC ≥ 19.16 (VS 2017)",
"author_name": "Jesper Storm Bache",
"author_login": "jsbache",
"committed_at": "2021-01-12T23:00:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73fe36ab3182e70e10963a29e8d285e1b543c326",
"body": "We now use the default versions of gcc and clang on ubuntu:latest\nto build on armv7, armv8, and aarch64. This means more testing for\nAArch64, but only one compiler version per compiler.",
"is_bot": false,
"headline": "drone: re-organize drone builds",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-12T21:57:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4f42dcf422ed070152483316f690371782dce50",
"body": null,
"is_bot": false,
"headline": "neon/ceq: implement vceq{s_f32,d_f64}",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-11T18:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60011826cac856ae0997835dc7c0c76071e751c9",
"body": null,
"is_bot": false,
"headline": "README: fix a couple of outdated links",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-11T07:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b8c8ca6979734621125f48f7674f84513b2f67d",
"body": null,
"is_bot": false,
"headline": "neon/abd: trivial formatting fix",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-11T07:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eba96650334d309e02214e681e9cec32d26190a",
"body": "In the old configuration Drone.io was only running on ci/drone. What\nwe want is for it to run on every branch except for master or ci/*\n(other than ci/drone and ci/drone/*, which we *do* want to run).\n\nThis just explicitly lists the other CI providers we want to ignore\nso we run everything in ci/* other than those specific branches. It's\na bit fragile, but it should mostly do the trick.",
"is_bot": false,
"headline": "drone: adjust branch triggers",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-10T18:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "340bf13ce9715577dddcc436c74351c66e2a9505",
"body": "This also adds a bunch of related native aliases which were missing.\n\nThere are no tests for this because it's not something we can feasibly\nemulate on platforms which don't support it, and few platforms support\nit.\n\nIt *may* be possible to implement this on AArch64. It is controlled\nby the FPCR re\n[…]\n 32-bit Arm. I haven't looked into\nother architectures, and given the limited utility I don't plan to. I\nam happy to accept patches if someone figures out a good way to do it\non other architectures.",
"is_bot": false,
"headline": "sse: add SIMDE_MM_{GET,SET}_FLUSH_ZERO_MODE",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-09T07:46:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8d499b550759f03944b81238291ff13d3d106f4e",
"body": null,
"is_bot": false,
"headline": "xop: fix NEON implementation of simde_mm_maccsd_epi16",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-09T07:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f43bfeda7b74f8b9b0b120ca02a97c02f73b5865",
"body": null,
"is_bot": false,
"headline": "sse2: fix potentially unused variable in loadu functions",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-09T07:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "731cf7150b60d9c2c65e7dcbb543a167d0cd394c",
"body": null,
"is_bot": false,
"headline": "neon/cagt: implement vcagt{s_f32,d_f64}",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-09T07:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03d4d1b85338888f0bb2d4ddc137934eaedd23c8",
"body": null,
"is_bot": false,
"headline": "neon/add: implement vaddd_s64 and vaddd_u64",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-09T07:45:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4091e3efc6e10a08a7ca82288fe13bf69a5a1c5a",
"body": null,
"is_bot": false,
"headline": "neon/abs: add vabsd_s64",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-09T06:21:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "517a613c9b5c0a063e62108e202da600641d21d1",
"body": null,
"is_bot": false,
"headline": "neon/abd: add missing scalar functions",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-09T05:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca440ae4cccda558c0ad2f81708f39c05e2baae0",
"body": "I added a bunch of CI providers but didn't include them in the README.",
"is_bot": false,
"headline": "README: update CI information",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-08T19:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bf93adc98aa1c3a55b7191c3921c0f4c6d388f3",
"body": null,
"is_bot": false,
"headline": "neon/rndm: initial implementation",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-08T18:18:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c624b5f43348a0431df242747105fabd88d3d75",
"body": null,
"is_bot": false,
"headline": "neon/rndn: initial implementation",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-08T18:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f1f499354c4101a3b17610148fd383bca9160da",
"body": null,
"is_bot": false,
"headline": "neon/rndp: initial implementation",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-08T07:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa950a2c3a8e133c903908edeccf96debe36f860",
"body": null,
"is_bot": false,
"headline": "neon/rnd: add NaN and ties to test suite",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-08T07:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "610fa3da3c257d0489b74fe78e2e65ad82bc1451",
"body": null,
"is_bot": false,
"headline": "docker: allow for an optional persistent build directory",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-07T22:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1c9f1d690ad8b8a3ae533e545d6deec94346c76",
"body": null,
"is_bot": false,
"headline": "cirrus: run asan/ubsan instead of just another GCC build",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-07T00:55:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42679263b750198911fcecde107f2785f2f0bfbf",
"body": "Before this the compilers were installed, but I didn't change CC/CXX\nfrom gcc/gc++ to x86_64-linux-gnu-gcc/x86_64-linux-gnu-g++. Oops.",
"is_bot": false,
"headline": "circleci: actually build in 32-bit mode",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-07T00:55:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b602fbc8fa0f9409ed21c92b5bd65175df6f77ac",
"body": "This isn't complete, it's just to the point I got tired of working\non it.",
"is_bot": false,
"headline": "xop: add a bunch of NEON implementations",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-07T00:55:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cc0cef7ab2a35029b9f744b1cde1c3a824528f5",
"body": "XOP was an AMD ISA extension which Intel never adopted. It is present\non heavy-equipment CPUs (bulldozer, piledriver, etc.), but no longer\nsupported on Zen. It never really attained widespread use, but this\ncould still be useful.\n\nHuge thanks to Jan Ringoš (@tringi) for testing this during\ndevelop\n[…]\n access to any hardware that supports XOP\nso Jan's involvement was absolutely critical.\n\nThis is just the portable version; we still need to go through and add\naccelerated implementations.\n\nFixes #678",
"is_bot": false,
"headline": "xop: initial implementation",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-07T00:55:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "98c63aeae0dca7ccf28bb65fbcc61ed23ccf00be",
"body": "The vector types have alignment requirements, but these functions are\nspecifically for storing *unaligned* data. Some compilers (such as\nclang 11) have started to generate bad code for the old versions, but\nswitching over to void* fixes that.\n\nThis also moves the _mm_loadu_epi{8,16,32,64} functions\n[…]\nt bad at least) solution there would be\nto define a macro to use instead of _mm_loadu_si128/_mm256_loadu_si256\nand use an ifdef to define it differently depending on whether you're\nusing SIMDe or not.",
"is_bot": false,
"headline": "sse2, avx: use void* for destinations of loadu functions",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-07T00:26:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "88c6f7ecdd594cc5584a13da41c6605a9c20641a",
"body": "Yes, I'm aware this is considered a bad practice, and I agree with\nthat. Hawever since CMake is deprecated and not intended for\nday-to-day use I'm not too worried about stray files in the directory.\nI'm more interested in reducing the maintenance burden of the CMake\nsupport.",
"is_bot": false,
"headline": "cmake: don't explicitly list source files in the x86 directory",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-06T01:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb73aec140cb88781a0f372a690728c887972eef",
"body": "Fixes #691",
"is_bot": false,
"headline": "sse4.1: check for SHUFFLE_VECTOR before using it in _mm_cvtepu32_epi64",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-04T02:49:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0678336387f8991a0c136cf9004113c08b0904e7",
"body": "This allows us to to only include it from files which really need\nit (of which there aren't many; currently only SVML), which is\nimportant since it can pull in a lot of extra headers and dramatically\nincrease compilation time.",
"is_bot": false,
"headline": "complex: split complex math out into separate header",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-04T02:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4658d84e3ab947cf3fa95e40b257d69ee63beb4",
"body": "Fixes #693",
"is_bot": false,
"headline": "sse: fix overflow handling for simde_mm_cvt_ss2si",
"author_name": "Michael R. Crusoe",
"author_login": "mr-c",
"committed_at": "2021-01-02T03:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0212a07459748b99713edd4f11704cf61b038774",
"body": null,
"is_bot": false,
"headline": "cirrus: add Cirrus CI support",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-01T20:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d5350cb24c77573a2a97d6bda9752d654e9a5d0",
"body": null,
"is_bot": false,
"headline": "circleci: add Circle CI",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-01T17:50:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecc388d179cb7c856b88521f4e0059dfac5c0c78",
"body": null,
"is_bot": false,
"headline": "avx512/s{r,l}li: the imm8 paramters should be unsigned",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-01T17:49:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28f87757bf51e2b7af4a1549cb9061f22d835769",
"body": "Theoretically this should let us use branches like ci/semaphore to\ntest on Semaphore only and not other providers.",
"is_bot": false,
"headline": "ci: disable ci/* builds for various providers",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-01T17:49:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "687851b29721bf105e6446f289f871e05485366c",
"body": "All that remains is the job to push to the simde-no-tests repo.",
"is_bot": false,
"headline": "travis: disable all builds",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2021-01-01T01:03:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49d0d82d85635461b856760c7de8ca7e30308a44",
"body": "This also moves the SDE builds up in the GitHub Actions file so\nhopefully the builds finish a bit sooner.\n\nThis reduces the load on GitHub Actions a bit, which I'm hoping will\nallow us to move some more builds over to GitHub Actions from Travis\nCI.",
"is_bot": false,
"headline": "gh-actions, semaphore: move GCC and clang builds to Semaphore",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-31T22:53:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f8d285148ed3d55c0937428e75380f4fab65851",
"body": null,
"is_bot": false,
"headline": "diagnostic: silence a few -Weverything diagnostics on clang < 5",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-31T22:53:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3d7abfaba6729a8b11d09a314b34a4db628911d",
"body": "For value outside of (INT32_MIN, INT32_MAX), as well as NaNs, x86\nreturns INT32_MIN.\n\nI added a SIMDE_FAST_CONVERSION_RANGE macro (which is defined by\ndefault if SIMDE_FAST_MATH is defined) to opt-out of the more accurate\nbehavior since it's also substantially slower on many platforms.\n\nFixes #685",
"is_bot": false,
"headline": "sse, sse2: add range checks to several conversion functions",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-31T03:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31983d2134ccfc21caeaf799987d6a8fdce9dd4e",
"body": "To update the amalgamated SIMDe header included in Emscripten, we run a wrapper\nscript around amalgamate.py. Since this wrapper script is typically run from the\nEmscripten directory, the git id picked up by amalgamate.py was Emscripten's git\nid rather than SIMDe's git id as intended. This PR changes the working directory\nof the git command run by amalgamate.py so that it correctly reads SIMDe's git\nid even when run from a different git repo.",
"is_bot": false,
"headline": "Fix git_id when amalgamating from another git repo",
"author_name": "Thomas Lively",
"author_login": "tlively",
"committed_at": "2020-12-29T20:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34d497687ba6a7ff3df104b23a21477055d9de8a",
"body": "…unreachable code",
"is_bot": false,
"headline": "test/arm/neon/{ext,{get,set,st1}_lane}.c: silence MSVC warning about …",
"author_name": "Michael R. Crusoe",
"author_login": "mr-c",
"committed_at": "2020-12-29T14:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a883422d14fd7d009db0977bdeea5d5282111ed0",
"body": null,
"is_bot": false,
"headline": "remove more unused bug defines",
"author_name": "Michael R. Crusoe",
"author_login": "mr-c",
"committed_at": "2020-12-29T14:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "981a7522ff327ca48e94904db7cddee65e7e7c9e",
"body": null,
"is_bot": false,
"headline": "operationalize clang bug 44589",
"author_name": "Michael R. Crusoe",
"author_login": "mr-c",
"committed_at": "2020-12-29T14:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cb261014fba288977013a766a12a98951fc3f33",
"body": null,
"is_bot": false,
"headline": "remove useless cast",
"author_name": "Michael R. Crusoe",
"author_login": "mr-c",
"committed_at": "2020-12-29T11:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6149fa25b9cb1130fc2c2bb684b739aa1a6a52db",
"body": null,
"is_bot": false,
"headline": "0.7.1 for the in-development version; next release would be 0.7.2",
"author_name": "Michael R. Crusoe",
"author_login": "mr-c",
"committed_at": "2020-12-29T11:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c6b4cb8bd11cc253abc2cfec06310839673fc4e",
"body": null,
"is_bot": false,
"headline": "Lots of fixes for native aliases on Arm.",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-29T07:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "712f01a8f6ece2c0cfd739aef7ca0e64a02a776c",
"body": null,
"is_bot": false,
"headline": "ci: move icc build from Travis to GitHub Actions",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-28T07:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "951caa1d83e8c7d34010a3d1cbe1c168e5d329a3",
"body": null,
"is_bot": false,
"headline": "permutex2var: fix some signed/unsigned mismatch warnings",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-28T06:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "338dac0cd03dbe3e0ee933ef28cdd3750c49099e",
"body": "Fixes #682",
"is_bot": false,
"headline": "sse2: fix armv7 NEON implementation for simde_mm_shufflehi_epi16",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-28T05:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8854ede8a23143370dd7cb5cd852926a68d25346",
"body": null,
"is_bot": false,
"headline": "sse2: update test for simde_mm_set1_epi32",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-28T05:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45000401ec07a68e6072a11d16e9ba3e1527a182",
"body": "I don't use valgrind very often (ever since ASan was created), but I'm\nshocked I hadn't needed gdb before now.",
"is_bot": false,
"headline": "docker: add gdb and valgrind to installed packages",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-28T05:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97f4dfb03b697ce7be55df69653a6042a853b8c9",
"body": "These are based on some StackOverflow answers linked to in this here:\nhttps://stackoverflow.com/questions/65441496/what-is-the-most-efficient-way-to-do-unsigned-64-bit-comparison-on-sse2",
"is_bot": false,
"headline": "sse4.2, neon/c{ge,gt,le,lt}: some improved 64-bit comparisons",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-28T05:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f68981de04072012dcc888716dedae2a345d0e45",
"body": "Oops, forgot this for the 0.6.0 release!",
"is_bot": false,
"headline": "bump version to 0.7.0 (#679)",
"author_name": "Michael R. Crusoe",
"author_login": "mr-c",
"committed_at": "2020-12-26T17:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d8d9d2356949a388886215e87bc3248a41e8935",
"body": "Add _mm{,256}_{,mask_,mask2_,maskz_}permutex2var_epi{8,16,32,64} intrinsics to permutex2var.[ch]\r\nAdd _mm{,256}_{,mask_,mask2_,maskz_}permutex2var_{pd,ps} intrinsics to permutex2var.[ch]\r\n\r\nAdd AVX, SSE, NEON, Altivec and Wasm translations for most intrinsics.",
"is_bot": false,
"headline": "avx512/permutex2var: add remaining intrinsics and translations (#681)",
"author_name": "rosbif",
"author_login": "rosbif",
"committed_at": "2020-12-26T16:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e090746b7079bf7c6b85b71d05a8732f84779436",
"body": "* operationalize clang bug 44589\r\n* remove unused bug references",
"is_bot": false,
"headline": "Cleanups of SIMDE_BUG_* definitions (#680)",
"author_name": "Michael R. Crusoe",
"author_login": "mr-c",
"committed_at": "2020-12-24T11:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaaa71f78cabe76581d541ffbc6bed476e368451",
"body": "This is basically the same false positive as #657. As of GCC 10 the\ndiagnostic is no longer emitted in C mode, but it is still emitted in\nC++ mode, so I'm removing the version check from the ld3 code, too.\n\nFixes #676",
"is_bot": false,
"headline": "neon/ld3, neon/ld4: disable -Wmaybe-uninitialized on GCC",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-23T21:56:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "580e40102627423dba66eac2ba4dcc1c2c94d44d",
"body": null,
"is_bot": false,
"headline": "math: add modf",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-23T19:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f7e6f76558f59352fee41aa0ec62d16537ccef2",
"body": "_mm_prefetch is supposed to take an int, but when optimization enabled\nGCC uses an enum _mm_hint instead. Without optimization _mm_prefetch\nis defined as a macro (as it is on clang) since there is no constant\npropagation.\n\nSince we can't rely on all hints being defined on all platforms we\ndefine ou\n[…]\ng in the GCC API, but I appreciate the\neffort at getting the compiler to validate the input so I'm not going\nto complain to the GCC folks as long as this doesn't cause additional\nbreakage.\n\nFixes #673",
"is_bot": false,
"headline": "sse: cast _MM_HINT_* values to enum _mm_hint on GCC",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-23T19:55:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d667aa82e8647a71b875061a14306a82b846d970",
"body": null,
"is_bot": false,
"headline": "neon/orn: add AVX-512VL (ternarylogic) implementations",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-22T20:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76790a981bedab5dc1c8e393f8dccf0ea0e3917d",
"body": null,
"is_bot": false,
"headline": "bump version to 0.7.0-rc2",
"author_name": "Michael R. Crusoe",
"author_login": "mr-c",
"committed_at": "2020-12-22T11:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff4af60b6b780fc72e5e8b0ab43ccd880a1519f",
"body": "Add the following intrinsics to permutexvar.[ch] :\n- _mm_{,mask_,maskz_}permutexvar_epi{8,16}\n- _mm256_{,mask_,maskz_}permutexvar_epi{8,16,32,64}\n- _mm256_{,mask_,maskz_}permutexvar_{pd,ps}\n\nAdd translations to AVX, SSE, NEON, Altivec and WASM",
"is_bot": false,
"headline": "avx512/permutexvar: add 128- and 256-bit intrinsics and translations",
"author_name": "Christopher Moore",
"author_login": "rosbif",
"committed_at": "2020-12-22T07:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2aa66b7c83b14f59a131a4a140f54b033e2b62d",
"body": "Fixes #670",
"is_bot": false,
"headline": "avx512/permutexvar: many AVX, SSE, NEON, PPC, and WASM implementations",
"author_name": "Christopher Moore",
"author_login": "rosbif",
"committed_at": "2020-12-22T07:38:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1660b73833d19cac35f3cefb448f6f3d3fb4e1c5",
"body": null,
"is_bot": false,
"headline": "neon/bsl, neon/mvn: use ternarylogic on AVX-512VL",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-22T07:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97ac0a50b82d0eeec189905107410d31f8f5f1a4",
"body": null,
"is_bot": false,
"headline": "sse, sse2: use ternarylogic on AVX-512VL for NOT functions",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-22T07:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3268081a190b895a8aad150af9ec3aa5e133381",
"body": "clang-8 is no longer included in Debian testing. The container still\nbuilds fine since we don't hard-code clang versions in it, and instead\njust install all the versions we can find. However, the cross file\nare still hard-coded.\n\nThe long-term fix for this is to replace the handwritten cross files\n[…]\nith a script to automatically generate cross files based on the\ninstalled compilers. I'm planning to do this, but it requires a\nfair amount of work since there are a lot of complications.\n\nFixes #666",
"is_bot": false,
"headline": "docker: replace clang-8 cross file with one for clang-11",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-22T04:14:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4097372f62f38dd9990ce3d6997bde1251f99fd0",
"body": "This should just be slightly easier (less difficult) for compilers\nsince they may be able to convert this to a gather operation on\nsome architectures. I'm not going to hold my breath, though.",
"is_bot": false,
"headline": "neon/ld3: load entire vectors sequentially",
"author_name": "Evan Nemerson",
"author_login": "nemequ",
"committed_at": "2020-12-22T04:09:49Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 0,
"latest_release_at": "2021-01-24T17:49:43Z",
"latest_release_tag": "v0.7.2",
"releases_from_tags": true,
"days_since_last_push": 1977,
"active_weeks_last_year": 0,
"days_since_latest_release": 2005,
"mean_days_between_releases": 43.2
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 2672346,
"source_files_sampled": 494,
"oversized_source_files": 94,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "nemequ",
"commits": 1350,
"avatar_url": "https://avatars.githubusercontent.com/u/1151?v=4"
},
{
"type": "User",
"login": "masterchef2209",
"commits": 190,
"avatar_url": "https://avatars.githubusercontent.com/u/27916352?v=4"
},
{
"type": "User",
"login": "himanshi18037",
"commits": 147,
"avatar_url": "https://avatars.githubusercontent.com/u/43923076?v=4"
},
{
"type": "User",
"login": "mr-c",
"commits": 125,
"avatar_url": "https://avatars.githubusercontent.com/u/1330696?v=4"
},
{
"type": "User",
"login": "rosbif",
"commits": 92,
"avatar_url": "https://avatars.githubusercontent.com/u/553899?v=4"
},
{
"type": "User",
"login": "seanptmaher",
"commits": 55,
"avatar_url": "https://avatars.githubusercontent.com/u/39571964?v=4"
},
{
"type": "User",
"login": "ashnewmanjones",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/29983014?v=4"
},
{
"type": "User",
"login": "junaruga",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/121989?v=4"
},
{
"type": "User",
"login": "jsbache",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/7937081?v=4"
},
{
"type": "User",
"login": "marmeladema",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/1629419?v=4"
}
],
"contributors_sampled": 32,
"top_contributor_share": 0.659
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"codeql-analysis.yml",
"ossar-analysis.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 38 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool detected: CodeQL",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0ba9d8fdc0569e5a887dc42c6ddfa2a27a9f6867",
"ran_at": "2026-07-23T14:26:31Z",
"aggregate_score": 3.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sfztools/simde",
"host": "github.com",
"name": "simde",
"owner": "sfztools"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 27,
"inputs": {
"security": 39,
"vitality": 20,
"community": 12,
"governance": 36,
"engineering": 51,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 32,
"overall_after_abandonment_multiplier": 27
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 20,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1977,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1977 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1977
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.7.2",
"releases_from_tags": true,
"days_since_latest_release": 2005,
"mean_days_between_releases": 43.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2005 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2005
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~43.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 43.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1978,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1978 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1978,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 36,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 32,
"top_contributor_share": 0.659
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 66% of commits",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 66
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "32 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 32
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 38 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"followers": 52,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "sfztools",
"public_repos": 39,
"account_age_days": 2605
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "52 followers of sfztools",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 52,
"login": "sfztools"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "39 public repos, account ~7 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 39
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 51,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://simd-everywhere.github.io/blog/",
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://simd-everywhere.github.io/blog/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 39,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 38 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected: CodeQL",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 18
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 45,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.49,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "49 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 26.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 49,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 2672346,
"source_files_sampled": 494,
"oversized_source_files": 94
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "94/494 source files over 60KB",
"points": 44.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 494,
"oversized": 94
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T14:26:49.504623Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sfztools/simde.svg",
"full_name": "sfztools/simde",
"license_state": "standard",
"license_spdx": "MIT"
}