home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
326.lha
/
KFFT_v1.1
/
fftcontrols
< prev
next >
Wrap
Text File
|
1989-12-23
|
885b
|
24 lines
\ FFT compilation controls.
\ Change true/false flag on left to set control on the right.
\ Logic is present to preclude invalid combinations of settings.
\ This is mainly a convenience to allow changing a parameter like
\ float_fft? without having to manually change other paramters to
\ be consistant. Some options are only available with floating
\ point and other options are only available with fixed point versions.
anew task-fftcontrols
false CONSTANT float_fft?
true CONSTANT asm_fft?
true float_fft? NOT OR CONSTANT w_table_fft?
float_fft? NOT asm_fft? AND CONSTANT fixasm_fft?
true fixasm_fft? AND CONSTANT inner_asm_fft?
true fixasm_fft? AND CONSTANT auto_scale_fft?
version# 2000 >= CONSTANT jforth2?
16 CONSTANT max_log2_fft
14 CONSTANT scale_fft