sfpy.git
5 years agoadd negation and absolute value
Bill Zorn [Tue, 7 Aug 2018 06:27:26 +0000 (23:27 -0700)]
add negation and absolute value

5 years agofix name of rounding method
Bill Zorn [Mon, 6 Aug 2018 23:39:16 +0000 (16:39 -0700)]
fix name of rounding method

5 years agorename fused multiply add-like operations:
Bill Zorn [Mon, 6 Aug 2018 23:21:21 +0000 (16:21 -0700)]
rename fused multiply add-like operations:
  * fused multiply add -> fma (a * b + c)
  * fused add multiply -> fam (a + b * c)
  * quire add multiply -> qam (q + a * b), like fam
  * quire subtract multiply -> qsm (q - a * b)

5 years agothe new timing script (vs local SoftPosit, build with 'make python3')
Bill Zorn [Mon, 6 Aug 2018 05:29:51 +0000 (22:29 -0700)]
the new timing script (vs local SoftPosit, build with 'make python3')

5 years agoMerge branch 'master' of github.com:billzorn/sfpy. Again. oops
Bill Zorn [Mon, 6 Aug 2018 05:24:53 +0000 (22:24 -0700)]
Merge branch 'master' of github.com:billzorn/sfpy. Again. oops

5 years agoupdate to latest SoftPosit
Bill Zorn [Mon, 6 Aug 2018 05:24:29 +0000 (22:24 -0700)]
update to latest SoftPosit

5 years agoUpdate README.md
Bill [Fri, 3 Aug 2018 02:52:30 +0000 (19:52 -0700)]
Update README.md

5 years agoupdate posit interface
Bill Zorn [Fri, 3 Aug 2018 02:31:19 +0000 (19:31 -0700)]
update posit interface

5 years agoMerge branch 'master' of github.com:billzorn/sfpy
Bill Zorn [Thu, 2 Aug 2018 22:56:08 +0000 (15:56 -0700)]
Merge branch 'master' of github.com:billzorn/sfpy

5 years agoadded support for berkeley softfloat 3
Bill Zorn [Thu, 2 Aug 2018 22:55:28 +0000 (15:55 -0700)]
added support for berkeley softfloat 3

5 years agoUpdate README.md
Bill [Wed, 25 Jul 2018 21:07:14 +0000 (14:07 -0700)]
Update README.md

5 years agoMerge branch 'master' of github.com:billzorn/sfpy
Bill Zorn [Wed, 25 Jul 2018 20:59:34 +0000 (13:59 -0700)]
Merge branch 'master' of github.com:billzorn/sfpy
oops forgot to rebase

5 years agomove things into sfpy package
Bill Zorn [Wed, 25 Jul 2018 20:59:07 +0000 (13:59 -0700)]
move things into sfpy package

5 years agoupdate readme
Bill [Wed, 25 Jul 2018 01:47:12 +0000 (18:47 -0700)]
update readme

5 years agointerface for posit8, quire8, posit16, and quire16
Bill Zorn [Wed, 25 Jul 2018 01:30:10 +0000 (18:30 -0700)]
interface for posit8, quire8, posit16, and quire16

5 years agothe beginnings of posit interface
Bill Zorn [Tue, 24 Jul 2018 01:32:31 +0000 (18:32 -0700)]
the beginnings of posit interface

5 years agoupdate to latest SoftPosit
Bill Zorn [Tue, 24 Jul 2018 00:35:33 +0000 (17:35 -0700)]
update to latest SoftPosit

5 years agoadd softfloat and softposit submodules
Bill Zorn [Mon, 23 Jul 2018 23:55:16 +0000 (16:55 -0700)]
add softfloat and softposit submodules

5 years agoInitial commit
Bill [Mon, 23 Jul 2018 23:53:23 +0000 (16:53 -0700)]
Initial commit