matthew-brett commented on issue #44310:
URL: https://github.com/apache/arrow/issues/44310#issuecomment-2616408035

   In case it's useful - I hit the error above `error: invalid operand in 
inline asm: 'fstcw ${0:w}'` and `error: unrecognized instruction mnemonic` when 
compiling Numpy with `clang-cl`, but not with `cl` (MSVC).   The invalid 
mnemonic is, as you see, `fstcw`, which is x86 specific : 
https://tizee.github.io/x86_ref_book_web/instruction/fstcw_fnstcw.html#store-x87-fpu-control-word
 . I wonder whether there is some conditional statement to detect ARM64, that 
is failing with this build setup, and defaulting to x86?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to