Giter Site home page Giter Site logo

Is not building for 32bit about mtproxy HOT 4 CLOSED

libbkmz avatar libbkmz commented on September 12, 2024
Is not building for 32bit

from mtproxy.

Comments (4)

stek29 avatar stek29 commented on September 12, 2024

Move these:

MTProxy/common/crc32c.c

Lines 334 to 338 in cc7b709

#define CRC32C_REFLECTED_X1023 0x7417153fll
#define CRC32C_REFLECTED_X2047 0x1426a815ll
#define CRC32C_REFLECTED_X4095 0xe986c148ll
#define CRC32C_REFLECTED_X8191 0xcdc220ddll
#define CRC32C_REFLECTED_X16383 0x1acaec54ll

So they’re above this ifdef:

#ifdef __LP64__

from mtproxy.

libbkmz avatar libbkmz commented on September 12, 2024

Ok thank you, what about movq ASM istructions?

from mtproxy.

stek29 avatar stek29 commented on September 12, 2024

They shouldn’t be there — movq is mov qword and only exists on x86_64. I can’t help much without trying it myself, and I don’t have my laptop around currently. I’ll try it once I have a chance.

from mtproxy.

stek29 avatar stek29 commented on September 12, 2024

Please check #29.

from mtproxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.