Tried parallelizing the code, but the compiler can already do that automatically
This commit is contained in:
parent
1b0a9ab380
commit
66dc92b5f4
4 changed files with 605 additions and 522 deletions
|
|
@ -1,7 +1,10 @@
|
|||
BasedOnStyle: GNU
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
TabWidth: 4
|
||||
UseTab: Always
|
||||
BreakBeforeBraces: Attach
|
||||
ColumnLimit: 100
|
||||
AlignReturnType: Always
|
||||
PenaltyReturnTypeOnItsOwnLine: 1000000
|
||||
AlwaysBreakAfterDefinitionReturnType: None
|
||||
AlwaysBreakAfterDefinitionReturnType: None
|
||||
SeparateDefinitionBlocks: Always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue