Advertisement
espmartin

Untitled

Jun 21st, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. So I add -O2 to the end?
  2. ------------------------
  3. CFLAGS_KERNEL = -fgcse-lm -fgcse-sm -fsched-spec-load -fforce-addr -ffast-math -fsingle-precision-constant -mtune=cortex-a9 -march=armv7-a -mfpu=neon -mvectorize-with-neon-quad -ftree-vectorize -funroll-loops
  4.  
  5. ===================================================================
  6.  
  7. So like this?
  8. -----------------------
  9. CFLAGS_KERNEL = -fgcse-lm -fgcse-sm -fsched-spec-load -fforce-addr -ffast-math -fsingle-precision-constant -mtune=cortex-a9 -march=armv7-a -mfpu=neon -mvectorize-with-neon-quad -ftree-vectorize -funroll-loops -O2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement