EEC-Developers / eec

Enhanced E Compiler - AmigaE programming
Other
12 stars 3 forks source link

Floating point constant folding #34

Open SamuraiCrow opened 1 year ago

SamuraiCrow commented 1 year ago

It has occurred to me that an FPU is optional on 68020 version of EEC which means that no constant folding of floating-point expressions can possibly take place in the compiler. (Soft floats are unsupported on current versions of EEC.)