awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesSIMD ABI Optimizations

Optimizes the passing of vector types to maintain binary compatibility with C-based SIMD libraries.

Distinct from SIMD Optimization: Focuses on the ABI representation of vectors for interoperability, not the implementation of the SIMD operations themselves.

Explore 1 awesome GitHub repository matching part of an awesome list · SIMD ABI Optimizations. Refine with filters or upvote what's useful.

Awesome SIMD ABI Optimizations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • c3lang/c3cAvatar von c3lang

    c3lang/c3c

    5,147Auf GitHub ansehen↗

    c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte

    Passes vectors as arrays in function calls to maintain binary compatibility with C libraries.

    C3c3compilerlanguage
    Auf GitHub ansehen↗5,147
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. SIMD Optimization
  5. SIMD ABI Optimizations