IntelLabs / numba

NumPy aware dynamic Python compiler using LLVM
http://numba.pydata.org/
BSD 2-Clause "Simplified" License
12 stars 2 forks source link

More fastmath tests #56

Closed stuartarchibald closed 6 years ago

stuartarchibald commented 6 years ago

This adds tests for:

It also fixes a bug in the ref count optimizer that was causing the LLVM module name to be lost.