OpenCores
URL https://opencores.org/ocsvn/mlite/mlite/trunk

Subversion Repositories mlite

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 196 to Rev 197
    Reverse comparison

Rev 196 → Rev 197

/trunk/kernel/math.c
523,8 → 523,7
unsigned long __mulsi3(unsigned long a, unsigned long b)
{
unsigned long answer = 0;
int i;
for(i = 0; i < 32; ++i)
while(b)
{
if(b & 1)
answer += a;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.