-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Onur Cayci
authored
Oct 25, 2020
1 parent
e3be4e0
commit 87adc8f
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# stm-optimization | ||
Comparing C and Assembly languages performances on STM32L4 by implementing three methods: find maximum value in array, two array element-wise multiplication and standard deviation. | ||
# Code Optimization on Microprocessor | ||
|
||
Comparing C and Assembly languages performances on STM32L475 by implementing three methods: find maximum value in array, two array element-wise multiplication and standard deviation. |