Polar: remove dead code and a wrong comment
a file code duplicated and no more used
a comment is wrong: uint16_t x= INFINITY; is wrong, the gcc comment is true
uint16_t x= INFINITY; sets x=-32768 because it is truncature of 0x7FFFFF
add SIMD for the top lines when i run polartest
Edited by Thomas Laurent