Hello! I'm trying to use sqrt function on ARM Cortex M4. For some strange reasons when I call it the program completely hangs on. With the help of gdb I've managed to find out that sqrt function hangs on the line w_sqrt.c:71. Does anybody know how to solve this problem? (I'm using gcc 4.9.2 toolchain).