Merge #440: Fix typos
4c0f32e
Fix typo: "Agressive" → "Aggressive" (practicalswift)73aca83
Fix typo: "exectured" → "executed" (practicalswift) Pull request description: Tree-SHA512: 1dbb47789489aec4c133b049ccd007b67d719fe1e2500ba4c6242274a3b537027ceb17a311fca5e0e0324f0ecd48a53e84c0f51514f00fa7ef533ab3e6c87bd3
This commit is contained in:
commit
817fb2013a
|
@ -17,7 +17,7 @@
|
||||||
# - A constraint describing the requirements of the law, called "require"
|
# - A constraint describing the requirements of the law, called "require"
|
||||||
# * Implementations are transliterated into functions that operate as well on
|
# * Implementations are transliterated into functions that operate as well on
|
||||||
# algebraic input points, and are called once per combination of branches
|
# algebraic input points, and are called once per combination of branches
|
||||||
# exectured. Each execution returns:
|
# executed. Each execution returns:
|
||||||
# - A constraint describing the assumptions this implementation requires
|
# - A constraint describing the assumptions this implementation requires
|
||||||
# (such as Z1=1), called "assumeFormula"
|
# (such as Z1=1), called "assumeFormula"
|
||||||
# - A constraint describing the assumptions this specific branch requires,
|
# - A constraint describing the assumptions this specific branch requires,
|
||||||
|
|
|
@ -23,7 +23,7 @@ Note:
|
||||||
.eabi_attribute 10, 0 @ Tag_FP_arch = none
|
.eabi_attribute 10, 0 @ Tag_FP_arch = none
|
||||||
.eabi_attribute 24, 1 @ Tag_ABI_align_needed = 8-byte
|
.eabi_attribute 24, 1 @ Tag_ABI_align_needed = 8-byte
|
||||||
.eabi_attribute 25, 1 @ Tag_ABI_align_preserved = 8-byte, except leaf SP
|
.eabi_attribute 25, 1 @ Tag_ABI_align_preserved = 8-byte, except leaf SP
|
||||||
.eabi_attribute 30, 2 @ Tag_ABI_optimization_goals = Agressive Speed
|
.eabi_attribute 30, 2 @ Tag_ABI_optimization_goals = Aggressive Speed
|
||||||
.eabi_attribute 34, 1 @ Tag_CPU_unaligned_access = v6
|
.eabi_attribute 34, 1 @ Tag_CPU_unaligned_access = v6
|
||||||
.text
|
.text
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue