{"id":"compute.simd--BuildSimdFloatParitySummary","name":"BuildSimdFloatParitySummary","owner":"yeho","package":"compute.simd","kind":"function","signature":"external BuildSimdFloatParitySummary(text label, simdFloatVector actual, list of float expected, float tolerance, text notes) returns simdFloatParitySummary","description":"Build simd float parity summary.","context":"Describe and exercise bounded SIMD-style workloads and their fallback boundaries.","parameters":[{"name":"label","type":"text","description":"Supply label as text."},{"name":"actual","type":"simdFloatVector","description":"Supply actual as simdFloatVector."},{"name":"expected","type":"list of float","description":"Supply expected as list of float."},{"name":"tolerance","type":"float","description":"Supply tolerance as float."},{"name":"notes","type":"text","description":"Supply notes as text."}],"returns":"simdFloatParitySummary","members":[],"tags":["compute","compute.simd","cpu","function","simd","source-example","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/compute/simd/simd_values.yh","line":504,"sha256":"994b758be7b003eb1e1e74108a68c1c9fcbc9ec569abe9939e877b55c830c0db"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use BuildSimdFloatParitySummary","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using compute.simd\n\n// Describe and exercise bounded SIMD-style workloads and their fallback boundaries.\ntext label = \"Player health\"\nsimdFloatVector actual = simdFloatVector(\"Player health\", simdCapability(\"Nova\", \"target\", \"lane Family\", 1, 1, true, \"ready\", \"notes\"), [], \"lowering\", true, \"notes\")\nlist of float expected = []\nfloat tolerance = 1.0\ntext notes = \"notes\"\nsimdFloatParitySummary result = BuildSimdFloatParitySummary(label, actual, expected, tolerance, notes)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_simd__buildsimdfloatparitysummary\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.simd\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/simd\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"b2c8f30b8d4cddce75b8a74e452792bf02b6616580fa7747fa4ccf60083a2f0c","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=compute.simd--BuildSimdFloatParitySummary","json":"https://demonhunterlabs.com/reference/items/compute.simd--BuildSimdFloatParitySummary.json","markdown":"https://demonhunterlabs.com/reference/text/compute.simd--BuildSimdFloatParitySummary.md"}
