Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
visus
/
teensy-cores
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Only use memset.S with -Os, C lib is faster with -O
main
PaulStoffregen
8 anni fa
parent
1e1b43ca7d
commit
248de33822
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+2
-0
teensy3/memset.S
+ 2
- 0
teensy3/memset.S
Vedi File
@@ -22,6 +22,7 @@
*/
//#include <asm.h>
//#include <arch/arm/cores.h>
#if defined (__OPTIMIZE_SIZE__)
#if defined (__ARM_ARCH_7M__) || defined (__ARM_ARCH_7EM__)
.global memset
.text
@@ -89,3 +90,4 @@
pop { r0, pc }
#endif
#endif
Write
Preview
Loading…
Annulla
Salva