Logo
Explore Help
Sign In
logos-storage/outsourcing-Reed-Solomon
1
0
Fork 0
You've already forked outsourcing-Reed-Solomon
mirror of https://github.com/logos-storage/outsourcing-Reed-Solomon.git synced 2026-01-06 23:53:07 +00:00
Code Issues Packages Projects Releases Wiki Activity
outsourcing-Reed-Solomon/reference/src/cbits/compile.sh

11 lines
177 B
Bash
Raw Normal View History

fast C implementation for Goldilocks field + tests for field implementations
2025-10-14 18:09:30 +02:00
#!/bin/bash
gcc -c -O2 goldilocks.c
add quadratic field extension C implementation (will be useful for vector operations?)
2025-10-21 13:14:07 +02:00
gcc -c -O2 goldilocks_ext.c
fast C implementation for Goldilocks field + tests for field implementations
2025-10-14 18:09:30 +02:00
gcc -c -O2 monolith.c
add quadratic field extension C implementation (will be useful for vector operations?)
2025-10-21 13:14:07 +02:00
gcc -c -O2 ntt.c
specialized algorithms for short NTT/INTT (size 4, 8, 16)
2025-11-04 22:40:33 +01:00
gcc -c -O2 short_dft.c
create a "bundle" from all the C files (better inlining opportunities for the C compiler); also add a simple benchmark for the C FFT implementation
2025-11-05 17:06:24 +01:00
gcc -c -O2 bundle.c
add quadratic field extension C implementation (will be useful for vector operations?)
2025-10-21 13:14:07 +02:00
create a "bundle" from all the C files (better inlining opportunities for the C compiler); also add a simple benchmark for the C FFT implementation
2025-11-05 17:06:24 +01:00
gcc -O2 bench_fft.c bundle.c
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 30ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API