Code powering https://simd.jaytux.com
Go to file
jay-tux 8ce0225704
First release
2025-05-05 11:13:42 +02:00
api First release 2025-05-05 11:13:42 +02:00
frontend Updated packaging script again 2025-05-05 11:03:44 +02:00
LICENSE License... 2025-05-04 11:54:23 +02:00
README.md README 2025-05-04 11:51:44 +02:00

README.md

SIMD

The code powering simd.jaytux.com

This service provides a RESTful API for C/C++ intrinsics, with a slight focus on SIMD intrinsics. The data is currently sourced from Intel, but I'd like to incorporate AMD performance data, as well as intrinsics from ARM and/or PowerPC.

Project Structure

  • /api/: the code powering the API itself (using Ktor in Kotlin);
  • /frontend/: the code powering the desktop and web frontends (using Compose Multiplatform).

See the respective directories for details on setup/dependencies/building/running.