basil00 / Fathom

Syzygy TB probe tool.
MIT License
17 stars 26 forks source link

Compiling on Linux (arm) #9

Closed djdekker closed 8 years ago

djdekker commented 8 years ago

tbprobe.c calls x86intrin.h, but this prohibits compiling on Linux arm devices like Raspberry Pi. Is there a way around this?

basil00 commented 8 years ago

Basically you'd need to port Fathom to ARM. Either by replacing the x86-specific stuff with ARM equivalents (if they exist) and/or replacing with generic code. If you do this then please submit a pull request.

djdekker commented 8 years ago

Thanks, I have no time to investigate x86 equivalents. I'll leave out Syzygy functionality on Raspberry Pi.