bug 672: add python-based maxloc.py for unit testing
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 15 Dec 2023 23:25:16 +0000 (23:25 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 30 Jan 2024 20:54:08 +0000 (20:54 +0000)
src/openpower/decoder/isa/maxloc.py

index e71c36cf87d07c659516a0614639017001ee9f3d..345dd11c8b1a6c25b67df16a5f1213216444e05a 100644 (file)
@@ -1,3 +1,8 @@
+# Implementation of FORTRAN maxloc in python
+# Copyright (C) Luke Kenneth Casson Leighton <lkcl@lkcl.net>
+# License: LGPLv3+
+# https://bugs.libre-soc.org/show_bug.cgi?id=676#c2
+
 def m2(a):
     m = 0;
     nm = 0;