mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.1 KiB
37 lines
1.1 KiB
--- !ditz.rubyforge.org,2008-03-06/issue
|
|
title: "softint: enable if soft fp in use"
|
|
desc: |-
|
|
Enable FASTINT support automatically when soft floating points are in use
|
|
and other requirements are met.
|
|
|
|
Soft FP usage can be detected e.g. with __SOFTFP__ on GCC. It's critical
|
|
to detect that actual soft FP library calls are being generated by the
|
|
compiler - not that soft floats are supported, or that a soft float ABI is
|
|
being used.
|
|
|
|
The user should then have two defines to force FASTINT one way or another:
|
|
|
|
* DUK_OPT_FASTINT48: force fastint into use
|
|
|
|
* DUK_OPT_NO_FASTINT48: disable fastints forcibly
|
|
|
|
Both yes/no flags are needed if Duktape defaults based on the environment.
|
|
type: :task
|
|
component: duk
|
|
release: v1.2
|
|
reporter: Sami Vaarala <sami.vaarala@iki.fi>
|
|
status: :unstarted
|
|
disposition:
|
|
creation_time: 2014-08-22 08:41:06.842133 Z
|
|
references: []
|
|
|
|
id: 74f1c80ef1dc38fd26bec23122bc70526a66b8c0
|
|
log_events:
|
|
- - 2014-08-22 08:41:07.258009 Z
|
|
- Sami Vaarala <sami.vaarala@iki.fi>
|
|
- created
|
|
- ""
|
|
- - 2014-11-02 00:13:50.320177 Z
|
|
- Sami Vaarala <sami.vaarala@iki.fi>
|
|
- assigned to release v1.2 from v1.1
|
|
- ""
|
|
|