[Libre-soc-bugs] [Bug 550] binutils support needed for svp64
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Mon Dec 13 19:49:03 GMT 2021
https://bugs.libre-soc.org/show_bug.cgi?id=550
--- Comment #38 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
+static char *
+svp64_decode_ff_or_pr(char *str, int *value)
+{
+ size_t i;
+ static const struct svp64_ff_or_pr_map table[] = {
+ SVP64_FF_OR_PR_MAP ("RC1" , SVP64_FF_OR_PR_RC1),
+ SVP64_FF_OR_PR_MAP ("~RC1", SVP64_FF_OR_PR_NRC1),
+}
you missed that the only permitted options for pr=
and ff= are RC1 and ~RC1.
look again at the equivalent python.
the addition of le lt ge etc is most likely a cut/paste error
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list