Merge branch 'master' into A64FX

This commit is contained in:
JanLJL
2020-10-15 22:44:12 +02:00
22 changed files with 33430 additions and 53011 deletions

View File

@@ -22,9 +22,9 @@ def reduce_to_section(kernel, isa):
else:
raise ValueError('ISA not supported.')
if start == -1:
raise LookupError('Could not find START MARKER. Make sure it is inserted!')
start = 0
if end == -1:
raise LookupError('Could not find END MARKER. Make sure it is inserted!')
end = len(kernel)
return kernel[start:end]