| Summary: | need to move FPPipeContext into nmutil | ||
|---|---|---|---|
| Product: | Libre-SOC's first SoC | Reporter: | Luke Kenneth Casson Leighton <lkcl> |
| Component: | Source Code | Assignee: | Luke Kenneth Casson Leighton <lkcl> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | libre-soc-bugs |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.libre-soc.org/show_bug.cgi?id=429 | ||
| NLnet milestone: | --- | total budget (EUR) for completion of task and all subtasks: | 0 |
| budget (EUR) for this task, excluding subtasks' budget: | 0 | parent task for budget allocation: | |
| child tasks for budget allocation: | The table of payments (in EUR) for this task; TOML format: | ||
|
Description
Luke Kenneth Casson Leighton
2020-07-15 13:53:09 BST
should do the trick: commit c56a985ee89c38652a0ad38b94624bc6fc62840e (HEAD -> master) Author: Luke Kenneth Casson Leighton <lkcl@lkcl.net> Date: Wed Jul 15 14:41:35 2020 +0100 move FPPipeContext to concurrentunit: rename to PipeContext see https://bugs.libre-soc.org/show_bug.cgi?id=431 commit e0617970190acd31290ae256f2bb4daff14ea78f (HEAD -> master) Author: Luke Kenneth Casson Leighton <lkcl@lkcl.net> Date: Wed Jul 15 14:42:39 2020 +0100 remove FPPipeContext (moved to nmutil), name-substitute on import see https://bugs.libre-soc.org/show_bug.cgi?id=431 ok that's done. enough unit tests pass to be confident this is ok, including running an ieee754fpu unit test involving FPPipeContext. commit 8d0d071d3f0496b3aef3a82d524171bcfd3316b4 Author: Luke Kenneth Casson Leighton <lkcl@lkcl.net> Date: Wed Jul 15 14:52:12 2020 +0100 import PipeContext not FPPipeContext |