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

wip

parent a6a5118d
Branches
Tags
No related merge requests found
Pipeline #4929 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment