Giter VIP home page Giter VIP logo

Comments (1)

andrewevstyukhin avatar andrewevstyukhin commented on June 15, 2024

Hi, thanks!
I think this project will remain only in the source code.

Although the project is dedicated to the Windows platform, it can be successfully run on Linux and macOS (even natively on a Mac M1 with the "sse2neon.h" header). Anyone can implement their own ReadImage and WriteImage functions with the appropriate library. The LoadBc7 and SaveBc7 functions can easily be rewritten with libc (which locks files).

I keep the solution without libraries to not have any bugs ;)

Compiling for a fixed set of SIMD instructions is straightforward. Detecting AVX2 and AVX-512 at runtime would require "weird cpuid logic" and multiple translation units with the same code but different settings. In any case, it's possible. The "GetBc7Core" function and the "IBc7Core" interface separate the kernel from the "Bc7Compress" driver.

from nebc7.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.