[bug #68121] convert isequal to built-in function for performance
Andy Potvin <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
Follow-up Comment #6, bug #68121 (group octave):
Merci Moeness!
My C++ is functional, but not great. I'm looking at the code in the
do_isequal_nargs function. Shouldn't:
if (! same_class && ! numeric_compat)
return false;
be
if ( ! (same_class && numeric_compat) )
return false;
or
if (! same_class || ! numeric_compat)
return false;
Bien à vous,
Andy
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68121>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCacvXFQAKCRCqLAuaBUf3 Tv77APsEnyOvl9Ac0olhJXgl8yeQ/Umi+p4GE5HrbsklO8WeGAD/SB/5XUBMI5kH 5Dbv6vwSHkWIDlusbC5D40AZXVLimAI= =bBhD -----END PGP SIGNATURE-----