fast_div_proto #1

Merged
marco merged 3 commits from fast_div_proto into master 2026-02-26 09:56:51 +01:00
Showing only changes of commit 40d343c02b - Show all commits

View File

@@ -110,9 +110,9 @@ int main(void) {
#include "src/bigint.h"
/*
* Compile with: gcc -O3 main.c src/bigint.c src/vector.c
* Compile with: clang -O3 fact.c src/bigint.c src/vector.c -o fact
* Output: 20000! = 1819206320230345134827641...
* Time: 4.01s user 0.00s system 99% cpu 4.021 total
* Time: 1.49s user 0.00s system 99% cpu 1.501 total
*/
int main(void) {
const int n = 20000;