diff options
author | Ayke van Laethem <[email protected]> | 2019-05-04 23:02:32 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-05-11 15:33:37 +0200 |
commit | 4ae4ef5e12887efae13d89a05a2e0f9f2b267844 (patch) | |
tree | d2ec2417bc5c390ddf7ca1e07d24dd0795db08a4 /LICENSE | |
parent | d7460b945eb19b05fef766bb445fd7291ec01867 (diff) | |
download | tinygo-4ae4ef5e12887efae13d89a05a2e0f9f2b267844.tar.gz tinygo-4ae4ef5e12887efae13d89a05a2e0f9f2b267844.zip |
compiler: implement complex division
This is hard to do correctly, so copy the relevant files from the Go
compiler itself.
For related discussions:
* https://github.com/golang/go/issues/14644
* https://github.com/golang/go/issues/29846
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Copyright (c) 2018-2019 TinyGo Authors. All rights reserved. +TinyGo includes portions of the Go standard library. +Copyright (c) 2009-2019 The Go Authors. All rights reserved. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |