diff options
author | Eduardo Julian | 2019-11-21 23:05:27 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-11-21 23:05:27 -0400 |
commit | b7cff25b71f024a4da86603e5a0b432fae1601e6 (patch) | |
tree | df4929342cd2cba1d89122115cd0dbb85841bb8d /documentation/research/back-end | |
parent | fa40cabbf361b717023183b57eed3bb72919a080 (diff) |
Ported JVM host extension generation to the new JVM bytecode machinery.
Diffstat (limited to '')
-rw-r--r-- | documentation/research/back-end/Python.md | 4 | ||||
-rw-r--r-- | documentation/research/back-end/native.md | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/documentation/research/back-end/Python.md b/documentation/research/back-end/Python.md new file mode 100644 index 000000000..5a3266107 --- /dev/null +++ b/documentation/research/back-end/Python.md @@ -0,0 +1,4 @@ +# Platform + +1. [BeeWare: Write once. Deploy everywhere.](https://beeware.org/) + diff --git a/documentation/research/back-end/native.md b/documentation/research/back-end/native.md index 19ad6f882..7631b0d5e 100644 --- a/documentation/research/back-end/native.md +++ b/documentation/research/back-end/native.md @@ -48,6 +48,7 @@ # Floating point arithmetic +1. [Accurate Differences of Products with Kahan's Algorithm](https://pharr.org/matt/blog/2019/11/03/difference-of-floats.html) 1. https://floating-point-gui.de/ 1. [Faster floating point arithmetic with Exclusive OR](http://nfrechette.github.io/2019/10/22/float_xor_optimization/) 1. https://oded.ninja/2017/05/01/floating-point/ |