Skip to content
Snippets Groups Projects
Commit 86a1e4d9 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent a6a5118d
No related branches found
No related tags found
No related merge requests found
Pipeline #4929 passed
...@@ -9,7 +9,7 @@ import time ...@@ -9,7 +9,7 @@ import time
from numba import njit,prange from numba import njit,prange
NPTS = 10000000000 NPTS = 10000000000
@njit(parallel=True) @njit(parallel=True,fastmath=True)
def calc(): def calc():
a = 0.5 a = 0.5
b = 0.75 b = 0.75
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment