fix: bots continuesly trying to reach goal, after falling down while going on path.
add: bots path type (fast,optimal,safe) is now updated randomly on every round start. add: more sse functions for mathlib, support for neon (thanks to sse2neon lib)
This commit is contained in:
parent
63c20c2606
commit
d17c1808aa
10 changed files with 67 additions and 53 deletions
|
|
@ -161,15 +161,11 @@ if linux or mac or (win32 and (gcc or clang))
|
|||
'-msse2',
|
||||
'-mfpmath=sse',
|
||||
]
|
||||
else
|
||||
ccflags += '-march=armv8-a+fp+simd'
|
||||
endif
|
||||
|
||||
if clang and not mac
|
||||
lld = find_program ('lld', required: false)
|
||||
|
||||
if lld.found () == true
|
||||
ldflags += '-fuse-ld=' + lld.full_path ().split ('/')[-1]
|
||||
endif
|
||||
|
||||
ldflags += [
|
||||
'-nostdlib++',
|
||||
'-Wunused-command-line-argument'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue