I'm trying to compile our test/perf/micro set against openlibm, but we lack cpow(). I noticed that in test/libm-test.c the cpow() stuff is all #if 0'ed into oblivion; is this just because we don't need cpow() in Julia, or because of some deeper problem?
I'm trying to compile our
test/perf/microset against openlibm, but we lackcpow(). I noticed that intest/libm-test.cthecpow()stuff is all#if 0'ed into oblivion; is this just because we don't needcpow()in Julia, or because of some deeper problem?