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.
11 lines
331 B
11 lines
331 B
define: DUK_USE_POW_NETBSD_WORKAROUND
|
|
introduced: 1.0.0
|
|
removed: 2.0.0
|
|
default: false
|
|
tags:
|
|
- portability
|
|
description: >
|
|
NetBSD 6.0 x86 (at least) has a few problems with pow() semantics,
|
|
see test-bug-netbsd-math-pow.js. Use NetBSD specific workaround.
|
|
|
|
(This might be a wider problem; if so, generalize the define name.)
|
|
|