nikita-volkov / ptr-poker

Pointer poking action construction and composition toolkit
http://hackage.haskell.org/package/ptr-poker
MIT License
8 stars 5 forks source link

Does not build on aarch64 #3

Closed dustin closed 2 years ago

dustin commented 2 years ago

text.c fails to compile. It looks like it's target-specific implementations.

nikita-volkov commented 2 years ago

What about the version 0.1.1.3? We've had SSE2 instructions added in 0.1.1.4 (see https://github.com/nikita-volkov/ptr-poker/pull/1). It might be the reason.

Pinging @ethercrow.

ethercrow commented 2 years ago

Hello together.

The optimizations should be conditional on __x86_64__ being defined. Could you post the compilation error?

nikita-volkov commented 2 years ago

@dustin Can you try compiling the version 0.1.1.3? Also please provide the error details