Winchip FPU timings now more accurate.
This commit is contained in:
parent
2909742567
commit
512c8e5d44
6 changed files with 382 additions and 5 deletions
|
|
@ -272,6 +272,7 @@ typedef struct codegen_timing_t
|
|||
extern codegen_timing_t codegen_timing_pentium;
|
||||
extern codegen_timing_t codegen_timing_686;
|
||||
extern codegen_timing_t codegen_timing_486;
|
||||
extern codegen_timing_t codegen_timing_winchip;
|
||||
|
||||
void codegen_timing_set(codegen_timing_t *timing);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue