mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +00:00
3b2: WE32106 Math Acceleration Unit (MAU)
This change adds support for the WE32106 Math Acceleration Unit (MAU). The WE32106 is an IEEE-754 1985 compatible floating point math acceleration unit that was an optional component on the 3B2/310 and 3B2/400. The MAU is implemented using software floating point routines. As always, there may be bugs, but the MAU currently passes extensive floating point tests with exactly the same results as a real 3B2/400 equipped with a physical MAU, so I hope these are few.
This commit is contained in:
@@ -220,6 +220,10 @@
|
||||
RelativePath="..\3B2\3b2_iu.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\3B2\3b2_mau.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\3B2\3b2_mmu.c"
|
||||
>
|
||||
@@ -508,6 +512,10 @@
|
||||
RelativePath="..\3B2\3b2_iu.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\3B2\3b2_mau.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\3B2\3b2_mmu.h"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user