You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow fpmode fast|precise to be specified independently
of other options. Default is -fpmode precise. Remove
a check where 'fast' was only allowed with '-fpu sse'.
- default is -fpu x87 for x86 and x86_64
Note:
'fpmode fast|precise' chooses the kind of floating
point code generated directly by fbc. gcc has its own
options. When using '-gen gcc' pass '-Wc -ffast-math'
to tell gcc to optimize with fast floating point.
0 commit comments