From b8d5a087fac52a0dc3e3b4aaa790911b1a93fd78 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 7 Feb 2020 16:25:25 +0000 Subject: [PATCH] update docstring and copyright notice --- src/ieee754/part_cmp/eq_gt_ge.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ieee754/part_cmp/eq_gt_ge.py b/src/ieee754/part_cmp/eq_gt_ge.py index ef4ecb5a..4614776d 100644 --- a/src/ieee754/part_cmp/eq_gt_ge.py +++ b/src/ieee754/part_cmp/eq_gt_ge.py @@ -3,14 +3,16 @@ """ Copyright (C) 2020 Luke Kenneth Casson Leighton +Copyright (C) 2020 Michael Nolan dynamically-partitionable "comparison" class, directly equivalent -to Signal.__eq__ except SIMD-partitionable +to Signal.__eq__, __gt__ and __ge__, except SIMD-partitionable See: -* http://libre-riscv.org/3d_gpu/architecture/dynamic_simd/eq +* http://libre-riscv.org/3d_gpu/architecture/dynamic_simd/ * http://bugs.libre-riscv.org/show_bug.cgi?id=132 +* http://bugs.libre-riscv.org/show_bug.cgi?id=171 """ from nmigen import Signal, Module, Elaboratable, Cat, C, Mux, Repl -- 2.30.2