Skip to content

Commit

Permalink
R-Pi3 aarch64 kernel8
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterLemon committed May 23, 2016
1 parent b05d559 commit e55f5f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
11 changes: 6 additions & 5 deletions NEON/Fractal/Julia/kernel7.asm
@@ -1,9 +1,10 @@
; Raspberry Pi 2 'Bare Metal' Julia Fractal Animation Demo by krom (Peter Lemon):
; 1. Turn On L1 Cache
; 2. Turn On Advanced SIMD & Vector Floating Point Unit (NEON MPE)
; 3. Setup Frame Buffer
; 4. Plot Fractal Using Single-Precision
; 5. Change Julia Settings & Redraw To Animate
; 1. Set Cores 1..3 To Infinite Loop
; 2. Turn On L1 Cache
; 3. Turn On Advanced SIMD & Vector Floating Point Unit (NEON MPE)
; 4. Setup Frame Buffer
; 5. Plot Fractal Using Single-Precision
; 6. Change Julia Settings & Redraw To Animate

format binary as 'img'
include 'LIB\FASMARM.INC'
Expand Down
9 changes: 5 additions & 4 deletions NEON/Fractal/Mandelbrot/kernel7.asm
@@ -1,8 +1,9 @@
; Raspberry Pi 2 'Bare Metal' Mandelbrot Fractal Demo by krom (Peter Lemon):
; 1. Turn On L1 Cache
; 2. Turn On Advanced SIMD & Vector Floating Point Unit (NEON MPE)
; 3. Setup Frame Buffer
; 4. Plot Fractal Using Single-Precision
; 1. Set Cores 1..3 To Infinite Loop
; 2. Turn On L1 Cache
; 3. Turn On Advanced SIMD & Vector Floating Point Unit (NEON MPE)
; 4. Setup Frame Buffer
; 5. Plot Fractal Using Single-Precision

format binary as 'img'
include 'LIB\FASMARM.INC'
Expand Down

0 comments on commit e55f5f9

Please sign in to comment.