How to compile and run in Python LLVM function that does fp128 sum
So, basically I’m trying to compile LLVM code in Python that does sum two fp128 numbers. However the code keeps exiting with error Segmentation fault (core dumped)
. It’s a bit frustrating, because when I change fp128 to double everything works fine. I’m not sure where to look for the solution could smn pls help me. thanks.