projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1217d8
)
add copyright
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 29 Jul 2019 22:23:47 +0000
(23:23 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 29 Jul 2019 22:23:47 +0000
(23:23 +0100)
src/ieee754/fpdiv/div2.py
patch
|
blob
|
history
diff --git
a/src/ieee754/fpdiv/div2.py
b/src/ieee754/fpdiv/div2.py
index 84606ba668d8dbcdc85eb9afa9e31d03e0605b8c..9e90155f49c2172e7d48a0328830bc248d52a165 100644
(file)
--- a/
src/ieee754/fpdiv/div2.py
+++ b/
src/ieee754/fpdiv/div2.py
@@
-1,5
+1,8
@@
"""IEEE Floating Point Divider
+Copyright (C) 2019 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
+Copyright (C) 2019 Jacob Lifshay
+
Relevant bugreport: http://bugs.libre-riscv.org/show_bug.cgi?id=99
"""