From 86a1e4d9aae692c99dcf6dc3609ba9449c755b39 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Fri, 7 Feb 2020 22:37:56 -0500 Subject: [PATCH] wip --- Python/numbapip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/numbapip.py b/Python/numbapip.py index 87537af..43609e1 100755 --- a/Python/numbapip.py +++ b/Python/numbapip.py @@ -9,7 +9,7 @@ import time from numba import njit,prange NPTS = 10000000000 -@njit(parallel=True) +@njit(parallel=True,fastmath=True) def calc(): a = 0.5 b = 0.75 -- GitLab