<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Also I changed set_eq and set_ne to just use memcmp.<BR>
 <BR>
 <BR>
That certainly appears correct.<BR>
I believe I added some tests to m3-sys/m3tests.<BR>
I also changed the integrated backend to call memcmp directly.<BR>
Given the input is known to be ulongs not just bytes, this<BR>
might be a deoptimization. However hand.c isn't necessarily<BR>
compiled with optimizations.<BR>
 <BR>
 <BR>
You know, memcmp generally handles any alignment.<BR>
First it often has to handle a leading unaligned part before<BR>
proceeding to compare data in larger chunks.<BR>
Whereas if you know the alignment you can be faster.<BR>
 <BR>
 <BR>
I believe m3front inlines for small sets anyway.<BR>
 <BR>
 <BR>
 - Jay<BR><BR>                                           </body>
</html>