summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-21 04:59:39 -0500
committerAnthony Green <green@moxielogic.com>2019-11-21 04:59:39 -0500
commit34a3a661b80c0fa7817c0654ae9fd0686d3b8cd2 (patch)
tree74924265b017ea7fba6374e27dc5d4a0ce0e0a6f /README.md
parent91a7fbe94e3884536cf2eb8e644bc79d6b19c80e (diff)
downloadlibffi-34a3a661b80c0fa7817c0654ae9fd0686d3b8cd2.tar.gz
Fix formatting of README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 177649d..b12913e 100644
--- a/README.md
+++ b/README.md
@@ -200,12 +200,12 @@ See the git log for details at http://github.com/libffi/libffi.
3.3 TBD
Add RISC-V support.
New API in support of GO closures.
- Add IEEE754 binary128 long double support for 64-bit Power
+ Add IEEE754 binary128 long double support for 64-bit Power
Default to Microsoft's 64 bit long double ABI with Visual C++.
GNU compiler uses 80 bits (128 in memory) FFI_GNUW64 ABI.
Add Windows on ARM64 (WOA) support.
Add Windows 32-bit ARM support.
- Raw java (gcj) API deprecated.
+ Raw java (gcj) API deprecated.
Many new tests cases and bug fixes.
3.2.1 Nov-12-14