Révision 216 TrouNoir/trou_noir.c
trou_noir.c (revision 216) | ||
---|---|---|
18 | 18 |
|
19 | 19 |
Compilation sous gcc ( Compilateur GNU sous Linux ) : |
20 | 20 |
|
21 |
gcc -O2 -o trou_noir trou_noir.c -lm |
|
21 |
Version FP32 : gcc -O3 -ffast-math -FP32 -o trou_noir_FP32 trou_noir.c -lm |
|
22 |
Version FP64 : gcc -O3 -ffast-math -FP64 -o trou_noir_FP64 trou_noir.c -lm |
|
22 | 23 |
*/ |
23 | 24 |
|
24 | 25 |
#include <stdio.h> |
Formats disponibles : Unified diff